Html Css Color HEX #5E6E38 Dark Olive Green

📋 copy color: '#5E6E38'

red 94 ◦ green 110 ◦ blue 56

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

Shades of Dark Olive Green #5E6E38

Tints of Dark Olive Green #5E6E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 36.15%
G = 42.31%
B = 21.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#5E6E38 (or 0x5E6E38) is known color: Dark Olive Green. HEX triplet: 5E, 6E and 38. RGB value is (94,110,56). Sum of RGB (Red+Green+Blue) = 94+110+56=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6E38 is #A191C7. Grayscale: #636363. Windows color (decimal): -10588616 or 3698270. OLE color: 3698270.

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

Color convert

RGB 94 110 56 -
CMYK 0.15 0 0.49 0.57
HSL 77.78º 0.33% 0.33% -
HSV(B) 77.78º 0.49% 0.43% -
XYZ 10.91 13.82 5.83 -
YUV 99.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 94 110 56 0.15 0 0.49 0.57 77.78 0.33 0.33
Hex 5E 6E 38 F 0 31 39 4E 21 21
Octal 136 156 70 17 0 61 71 116 41 41
Binary 1011110 1101110 111000 1111 0 110001 111001 1001110 100001 100001

Color Harmonies of #5E6E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6E38

Black with #5E6E38

Text Example


Text Example

White with #5E6E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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