Html Css Color HEX #5E7131 Dark Olive Green

📋 copy color: '#5E7131'

red 94 ◦ green 113 ◦ blue 49

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

Shades of Dark Olive Green #5E7131

Tints of Dark Olive Green #5E7131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

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

R = 36.72%
G = 44.14%
B = 19.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#5E7131 (or 0x5E7131) is known color: Dark Olive Green. HEX triplet: 5E, 71 and 31. RGB value is (94,113,49). Sum of RGB (Red+Green+Blue) = 94+113+49=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7131 is #A18ECE. Grayscale: #646464. Windows color (decimal): -10587855 or 3240286. OLE color: 3240286.

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

Color convert

RGB 94 113 49 -
CMYK 0.17 0 0.57 0.56
HSL 77.81º 0.4% 0.32% -
HSV(B) 77.81º 0.57% 0.44% -
XYZ 11.08 14.41 5.1 -
YUV 100.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 94 113 49 0.17 0 0.57 0.56 77.81 0.4 0.32
Hex 5E 71 31 11 0 39 38 4E 28 20
Octal 136 161 61 21 0 71 70 116 50 40
Binary 1011110 1110001 110001 10001 0 111001 111000 1001110 101000 100000

Color Harmonies of #5E7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7131

Black with #5E7131

Text Example


Text Example

White with #5E7131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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