Html Css Color HEX #59782A Dark Olive Green

📋 copy color: '#59782A'

red 89 ◦ green 120 ◦ blue 42

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

Shades of Dark Olive Green #59782A

Tints of Dark Olive Green #59782A

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.8% from 255) = 16.73%

R = 35.46%
G = 47.81%
B = 16.73%

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

#59782A (or 0x59782A) is known color: 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

RGB 89 120 42 -
CMYK 0.26 0 0.65 0.53
HSL 83.85º 0.48% 0.32% -
HSV(B) 83.85º 0.65% 0.47% -
XYZ 11.25 15.72 4.63 -
YUV 101.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 89 120 42 0.26 0 0.65 0.53 83.85 0.48 0.32
Hex 59 78 2A 1A 0 41 35 54 30 20
Octal 131 170 52 32 0 101 65 124 60 40
Binary 1011001 1111000 101010 11010 0 1000001 110101 1010100 110000 100000

Color Harmonies of #59782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59782A

Black with #59782A

Text Example


Text Example

White with #59782A

Text Example


Text Example

HTML Codes & Css Web 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>