#5E7535

Color #5E7535 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5E7535

Tints of Dark Olive Green #5E7535

Color information

#5E7535 (or 0x5E7535) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 75 and 35. RGB value is (94,117,53). Sum of RGB (Red+Green+Blue) = 94+117+53=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7535 is #A18ACA. Grayscale: #676767. Windows color (decimal): -10586827 or 3503454. OLE color: 3503454.

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

Color convert

RGB9411753-
CMYK0.2000.550.54
HSL81.56º37.65%33.33%-
HSV(B)81.56º54.7%45.88%-
XYZ11.6215.365.72-
YUV102.8399.88121.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.61%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=35.61%
G=44.32%
B=20.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94117530.2000.550.5481.5637.6533.33
Hex5E75351403736522621
Octal1361656524067661224641
Binary101111011101011101011010001101111101101010010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,117,53); }

 H1.HeaderClassName
 {
   color: #5E7535;
 }
 .AnyTagClassName
 {
   color: #5E7535;
 }
</style>
background-color css

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

 a { background-color: rgb(94,117,53); }

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

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

 span { border-color: rgb(94,117,53); }

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