Html Css Color HEX #5E7235 Dark Olive Green

📋 copy color: '#5E7235'

red 94 ◦ green 114 ◦ blue 53

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

Shades of Dark Olive Green #5E7235

Tints of Dark Olive Green #5E7235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.31%

R = 36.02%
G = 43.68%
B = 20.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#5E7235 (or 0x5E7235) is known color: Dark Olive Green. HEX triplet: 5E, 72 and 35. RGB value is (94,114,53). Sum of RGB (Red+Green+Blue) = 94+114+53=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7235 is #A18DCA. Grayscale: #656565. Windows color (decimal): -10587595 or 3502686. OLE color: 3502686.

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

Color convert

RGB 94 114 53 -
CMYK 0.18 0 0.54 0.55
HSL 79.67º 0.37% 0.33% -
HSV(B) 79.67º 0.54% 0.45% -
XYZ 11.28 14.67 5.61 -
YUV 101.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 94 114 53 0.18 0 0.54 0.55 79.67 0.37 0.33
Hex 5E 72 35 12 0 36 37 50 25 21
Octal 136 162 65 22 0 66 67 120 45 41
Binary 1011110 1110010 110101 10010 0 110110 110111 1010000 100101 100001

Color Harmonies of #5E7235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7235

Black with #5E7235

Text Example


Text Example

White with #5E7235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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