Html Css Color HEX #5E6E32 Dark Olive Green

📋 copy color: '#5E6E32'

red 94 ◦ green 110 ◦ blue 50

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

Shades of Dark Olive Green #5E6E32

Tints of Dark Olive Green #5E6E32

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.31%

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

R = 37.01%
G = 43.31%
B = 19.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#5E6E32 (or 0x5E6E32) is known color: Dark Olive Green. HEX triplet: 5E, 6E and 32. RGB value is (94,110,50). Sum of RGB (Red+Green+Blue) = 94+110+50=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6E32 is #A191CD. Grayscale: #626262. Windows color (decimal): -10588622 or 3305054. OLE color: 3305054.

HSL color Cylindrical-coordinate representation of color #5E6E32: hue angle of 76º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E6E32 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 110 50 -
CMYK 0.15 0 0.55 0.57
HSL 76º 0.38% 0.31% -
HSV(B) 76º 0.55% 0.43% -
XYZ 10.77 13.76 5.11 -
YUV 98.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 94 110 50 0.15 0 0.55 0.57 76 0.38 0.31
Hex 5E 6E 32 F 0 37 39 4C 26 1F
Octal 136 156 62 17 0 67 71 114 46 37
Binary 1011110 1101110 110010 1111 0 110111 111001 1001100 100110 11111

Color Harmonies of #5E6E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6E32

Black with #5E6E32

Text Example


Text Example

White with #5E6E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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