Html Css Color HEX #5E7A31 Dark Olive Green

📋 copy color: '#5E7A31'

red 94 ◦ green 122 ◦ blue 49

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

Shades of Dark Olive Green #5E7A31

Tints of Dark Olive Green #5E7A31

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.04%

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

R = 35.47%
G = 46.04%
B = 18.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.52

RGB Variations

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

Color information

#5E7A31 (or 0x5E7A31) is known color: Dark Olive Green. HEX triplet: 5E, 7A and 31. RGB value is (94,122,49). Sum of RGB (Red+Green+Blue) = 94+122+49=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7A31 is #A185CE. Grayscale: #696969. Windows color (decimal): -10585551 or 3242590. OLE color: 3242590.

HSL color Cylindrical-coordinate representation of color #5E7A31: hue angle of 83.01º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E7A31 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 122 49 -
CMYK 0.23 0 0.60 0.52
HSL 83.01º 0.43% 0.34% -
HSV(B) 83.01º 0.6% 0.48% -
XYZ 12.13 16.52 5.46 -
YUV 105.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 94 122 49 0.23 0 0.60 0.52 83.01 0.43 0.34
Hex 5E 7A 31 17 0 3C 34 53 2B 22
Octal 136 172 61 27 0 74 64 123 53 42
Binary 1011110 1111010 110001 10111 0 111100 110100 1010011 101011 100010

Color Harmonies of #5E7A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7A31

Black with #5E7A31

Text Example


Text Example

White with #5E7A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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