Html Css Color HEX #5E732A Dark Olive Green

📋 copy color: '#5E732A'

red 94 ◦ green 115 ◦ blue 42

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

Shades of Dark Olive Green #5E732A

Tints of Dark Olive Green #5E732A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 37.45%
G = 45.82%
B = 16.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#5E732A (or 0x5E732A) is known color: Dark Olive Green. HEX triplet: 5E, 73 and 2A. RGB value is (94,115,42). Sum of RGB (Red+Green+Blue) = 94+115+42=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #5E732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E732A is #A18CD5. Grayscale: #646464. Windows color (decimal): -10587350 or 2782046. OLE color: 2782046.

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

Color convert

RGB 94 115 42 -
CMYK 0.18 0 0.63 0.55
HSL 77.26º 0.46% 0.31% -
HSV(B) 77.26º 0.63% 0.45% -
XYZ 11.16 14.81 4.46 -
YUV 100.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 94 115 42 0.18 0 0.63 0.55 77.26 0.46 0.31
Hex 5E 73 2A 12 0 3F 37 4D 2E 1F
Octal 136 163 52 22 0 77 67 115 56 37
Binary 1011110 1110011 101010 10010 0 111111 110111 1001101 101110 11111

Color Harmonies of #5E732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E732A

Black with #5E732A

Text Example


Text Example

White with #5E732A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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