#59772A

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

Shades of Dark Olive Green #59772A

Tints of Dark Olive Green #59772A

Color information

#59772A (or 0x59772A) is unknown color: approx Dark Olive Green. HEX triplet: 59, 77 and 2A. RGB value is (89,119,42). Sum of RGB (Red+Green+Blue) = 89+119+42=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #59772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59772A is #A688D5. Grayscale: #656565. Windows color (decimal): -10914006 or 2783065. OLE color: 2783065.

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

Color convert

RGB8911942-
CMYK0.2500.650.53
HSL83.38º47.83%31.57%-
HSV(B)83.38º64.71%46.67%-
XYZ11.1315.484.59-
YUV101.2594.56119.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=35.6%
G=47.6%
B=16.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89119420.2500.650.5383.3847.8331.57
Hex59772A1904135533020
Octal13116752310101651236040
Binary1011001111011110101011001010000011101011010011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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