Html Css Color HEX #5E7331 Dark Olive Green

📋 copy color: '#5E7331'

red 94 ◦ green 115 ◦ blue 49

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

Shades of Dark Olive Green #5E7331

Tints of Dark Olive Green #5E7331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.57%

 BLUE value IS 49 (19.53% from 255) = 18.99%

R = 36.43%
G = 44.57%
B = 18.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#5E7331 (or 0x5E7331) is known color: Dark Olive Green. HEX triplet: 5E, 73 and 31. RGB value is (94,115,49). Sum of RGB (Red+Green+Blue) = 94+115+49=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7331 is #A18CCE. Grayscale: #656565. Windows color (decimal): -10587343 or 3240798. OLE color: 3240798.

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

Color convert

RGB 94 115 49 -
CMYK 0.18 0 0.57 0.55
HSL 79.09º 0.4% 0.32% -
HSV(B) 79.09º 0.57% 0.45% -
XYZ 11.3 14.86 5.18 -
YUV 101.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 94 115 49 0.18 0 0.57 0.55 79.09 0.4 0.32
Hex 5E 73 31 12 0 39 37 4F 28 20
Octal 136 163 61 22 0 71 67 117 50 40
Binary 1011110 1110011 110001 10010 0 111001 110111 1001111 101000 100000

Color Harmonies of #5E7331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7331

Black with #5E7331

Text Example


Text Example

White with #5E7331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,115,49); }

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

background-color css

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

 a { background-color: rgb(94,115,49); }

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

border-color css

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

 span { border-color: rgb(94,115,49); }

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