Html Css Color HEX #5E7732 Dark Olive Green

📋 copy color: '#5E7732'

red 94 ◦ green 119 ◦ blue 50

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

Shades of Dark Olive Green #5E7732

Tints of Dark Olive Green #5E7732

RGB

 RED value IS 94 (37.11% from 255) = 35.74%

 GREEN value IS 119 (46.88% from 255) = 45.25%

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 35.74%
G = 45.25%
B = 19.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#5E7732 (or 0x5E7732) is known color: Dark Olive Green. HEX triplet: 5E, 77 and 32. RGB value is (94,119,50). Sum of RGB (Red+Green+Blue) = 94+119+50=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7732 is #A188CD. Grayscale: #676767. Windows color (decimal): -10586318 or 3307358. OLE color: 3307358.

HSL color Cylindrical-coordinate representation of color #5E7732: hue angle of 81.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E7732 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 119 50 -
CMYK 0.21 0 0.58 0.53
HSL 81.74º 0.41% 0.33% -
HSV(B) 81.74º 0.58% 0.47% -
XYZ 11.79 15.8 5.45 -
YUV 103.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 94 119 50 0.21 0 0.58 0.53 81.74 0.41 0.33
Hex 5E 77 32 15 0 3A 35 52 29 21
Octal 136 167 62 25 0 72 65 122 51 41
Binary 1011110 1110111 110010 10101 0 111010 110101 1010010 101001 100001

Color Harmonies of #5E7732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7732

Black with #5E7732

Text Example


Text Example

White with #5E7732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E7732; }

 p { color: rgb(94,119,50); }

 H1.HeaderClassName
 {
   color: #5E7732;
 }
 .AnyTagClassName
 {
   color: #5E7732;
 }
</style>

background-color css

<style>
 a { background-color: #5E7732; }

 a { background-color: rgb(94,119,50); }

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

border-color css

<style>
 span { border-color: #5E7732; }

 span { border-color: rgb(94,119,50); }

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