Html Css Color HEX #59792A Dark Olive Green

📋 copy color: '#59792A'

red 89 ◦ green 121 ◦ blue 42

#59792A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #59792A

Tints of Dark Olive Green #59792A

RGB

 RED value IS 89 (35.16% from 255) = 35.32%

 GREEN value IS 121 (47.66% from 255) = 48.02%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 35.32%
G = 48.02%
B = 16.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#59792A (or 0x59792A) is known color: Dark Olive Green. HEX triplet: 59, 79 and 2A. RGB value is (89,121,42). Sum of RGB (Red+Green+Blue) = 89+121+42=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #59792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59792A is #A686D5. Grayscale: #666666. Windows color (decimal): -10913494 or 2783577. OLE color: 2783577.

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

Color convert

RGB 89 121 42 -
CMYK 0.26 0 0.65 0.53
HSL 84.3º 0.48% 0.32% -
HSV(B) 84.3º 0.65% 0.47% -
XYZ 11.38 15.97 4.67 -
YUV 102.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 89 121 42 0.26 0 0.65 0.53 84.3 0.48 0.32
Hex 59 79 2A 1A 0 41 35 54 30 20
Octal 131 171 52 32 0 101 65 124 60 40
Binary 1011001 1111001 101010 11010 0 1000001 110101 1010100 110000 100000

Color Harmonies of #59792A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59792A

Black with #59792A

Text Example


Text Example

White with #59792A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59792A;
 }
 .AnyTagClassName
 {
   color: #59792A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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