#59782A

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

Shades of Dark Olive Green #59782A

Tints of Dark Olive Green #59782A

Color information

#59782A (or 0x59782A) is unknown color: approx Dark Olive Green. HEX triplet: 59, 78 and 2A. RGB value is (89,120,42). Sum of RGB (Red+Green+Blue) = 89+120+42=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #59782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59782A is #A687D5. Grayscale: #666666. Windows color (decimal): -10913750 or 2783321. OLE color: 2783321.

HSL color Cylindrical-coordinate representation of color #59782A: hue angle of 83.85º 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 #59782A is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB8912042-
CMYK0.2600.650.53
HSL83.85º48.15%31.76%-
HSV(B)83.85º65%47.06%-
XYZ11.2515.724.63-
YUV101.8494.23118.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.46%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=35.46%
G=47.81%
B=16.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89120420.2600.650.5383.8548.1531.76
Hex59782A1A04135543020
Octal13117052320101651246040
Binary1011001111100010101011010010000011101011010100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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