Html Css Color HEX #5E7236 Dark Olive Green

📋 copy color: '#5E7236'

red 94 ◦ green 114 ◦ blue 54

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

Shades of Dark Olive Green #5E7236

Tints of Dark Olive Green #5E7236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 35.88%
G = 43.51%
B = 20.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#5E7236 (or 0x5E7236) is known color: Dark Olive Green. HEX triplet: 5E, 72 and 36. RGB value is (94,114,54). Sum of RGB (Red+Green+Blue) = 94+114+54=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7236 is #A18DC9. Grayscale: #656565. Windows color (decimal): -10587594 or 3568222. OLE color: 3568222.

HSL color Cylindrical-coordinate representation of color #5E7236: hue angle of 80º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E7236 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 114 54 -
CMYK 0.18 0 0.53 0.55
HSL 80º 0.36% 0.33% -
HSV(B) 80º 0.53% 0.45% -
XYZ 11.3 14.68 5.73 -
YUV 101.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 94 114 54 0.18 0 0.53 0.55 80 0.36 0.33
Hex 5E 72 36 12 0 35 37 50 24 21
Octal 136 162 66 22 0 65 67 120 44 41
Binary 1011110 1110010 110110 10010 0 110101 110111 1010000 100100 100001

Color Harmonies of #5E7236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7236

Black with #5E7236

Text Example


Text Example

White with #5E7236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,114,54); }

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

background-color css

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

 a { background-color: rgb(94,114,54); }

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

border-color css

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

 span { border-color: rgb(94,114,54); }

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