Html Css Color HEX #5E7631 Dark Olive Green

📋 copy color: '#5E7631'

red 94 ◦ green 118 ◦ blue 49

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

Shades of Dark Olive Green #5E7631

Tints of Dark Olive Green #5E7631

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

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

R = 36.02%
G = 45.21%
B = 18.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#5E7631 (or 0x5E7631) is known color: Dark Olive Green. HEX triplet: 5E, 76 and 31. RGB value is (94,118,49). Sum of RGB (Red+Green+Blue) = 94+118+49=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7631 is #A189CE. Grayscale: #676767. Windows color (decimal): -10586575 or 3241566. OLE color: 3241566.

HSL color Cylindrical-coordinate representation of color #5E7631: hue angle of 80.87º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E7631 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 49 -
CMYK 0.20 0 0.58 0.54
HSL 80.87º 0.41% 0.33% -
HSV(B) 80.87º 0.58% 0.46% -
XYZ 11.65 15.56 5.29 -
YUV 102.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 94 118 49 0.20 0 0.58 0.54 80.87 0.41 0.33
Hex 5E 76 31 14 0 3A 36 51 29 21
Octal 136 166 61 24 0 72 66 121 51 41
Binary 1011110 1110110 110001 10100 0 111010 110110 1010001 101001 100001

Color Harmonies of #5E7631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7631

Black with #5E7631

Text Example


Text Example

White with #5E7631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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