#5E7536

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

Shades of Dark Olive Green #5E7536

Tints of Dark Olive Green #5E7536

Color information

#5E7536 (or 0x5E7536) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 75 and 36. RGB value is (94,117,54). Sum of RGB (Red+Green+Blue) = 94+117+54=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7536 is #A18AC9. Grayscale: #676767. Windows color (decimal): -10586826 or 3568990. OLE color: 3568990.

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

Color convert

RGB9411754-
CMYK0.2000.540.54
HSL81.9º36.84%33.53%-
HSV(B)81.9º53.85%45.88%-
XYZ11.6415.375.84-
YUV102.94100.38121.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.47%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=35.47%
G=44.15%
B=20.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94117540.2000.540.5481.936.8433.53
Hex5E75361403636522522
Octal1361656624066661224542
Binary101111011101011101101010001101101101101010010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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