Html Css Color HEX #5E7034 Dark Olive Green

📋 copy color: '#5E7034'

red 94 ◦ green 112 ◦ blue 52

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

Shades of Dark Olive Green #5E7034

Tints of Dark Olive Green #5E7034

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

 BLUE value IS 52 (20.7% from 255) = 20.16%

R = 36.43%
G = 43.41%
B = 20.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#5E7034 (or 0x5E7034) is known color: Dark Olive Green. HEX triplet: 5E, 70 and 34. RGB value is (94,112,52). Sum of RGB (Red+Green+Blue) = 94+112+52=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7034 is #A18FCB. Grayscale: #646464. Windows color (decimal): -10588108 or 3436638. OLE color: 3436638.

HSL color Cylindrical-coordinate representation of color #5E7034: hue angle of 78º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E7034 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 52 -
CMYK 0.16 0 0.54 0.56
HSL 78º 0.37% 0.32% -
HSV(B) 78º 0.54% 0.44% -
XYZ 11.03 14.22 5.41 -
YUV 99.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 94 112 52 0.16 0 0.54 0.56 78 0.37 0.32
Hex 5E 70 34 10 0 36 38 4E 25 20
Octal 136 160 64 20 0 66 70 116 45 40
Binary 1011110 1110000 110100 10000 0 110110 111000 1001110 100101 100000

Color Harmonies of #5E7034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7034

Black with #5E7034

Text Example


Text Example

White with #5E7034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,52); }

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

background-color css

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

 a { background-color: rgb(94,112,52); }

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

border-color css

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

 span { border-color: rgb(94,112,52); }

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