#59772B

Color #59772B Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #59772B

Tints of Dark Olive Green #59772B

Color information

#59772B (or 0x59772B) is unknown color: approx Dark Olive Green. HEX triplet: 59, 77 and 2B. RGB value is (89,119,43). Sum of RGB (Red+Green+Blue) = 89+119+43=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #59772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59772B is #A688D4. Grayscale: #656565. Windows color (decimal): -10914005 or 2848601. OLE color: 2848601.

HSL color Cylindrical-coordinate representation of color #59772B: hue angle of 83.68º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59772B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB8911943-
CMYK0.2500.640.53
HSL83.68º46.91%31.76%-
HSV(B)83.68º63.87%46.67%-
XYZ11.1515.494.69-
YUV101.3795.06119.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 35.46%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=35.46%
G=47.41%
B=17.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89119430.2500.640.5383.6846.9131.76
Hex59772B1904035542f20
Octal13116753310100651245740
Binary1011001111011110101111001010000001101011010100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59772B; }

 p { color: rgb(89,119,43); }

 H1.HeaderClassName
 {
   color: #59772B;
 }
 .AnyTagClassName
 {
   color: #59772B;
 }
</style>
background-color css

<style>
 a { background-color: #59772B; }

 a { background-color: rgb(89,119,43); }

 div.DivClassName
 {
   background-color: #59772B;
 }
 .BgClassName
 {
   background-color: #59772B;
 }
</style>
border-color css

<style>
 span { border-color: #59772B; }

 span { border-color: rgb(89,119,43); }

 td.TdClassName
 {
   border-color: #59772B;
 }
 .TagClassName
 {
   border-color: #59772B;
 }
</style>