#5D6E36

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

Shades of Dark Olive Green #5D6E36

Tints of Dark Olive Green #5D6E36

Color information

#5D6E36 (or 0x5D6E36) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 6E and 36. RGB value is (93,110,54). Sum of RGB (Red+Green+Blue) = 93+110+54=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 110 - color contains mainly: green. Hex color #5D6E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6E36 is #A291C9. Grayscale: #626262. Windows color (decimal): -10654154 or 3567197. OLE color: 3567197.

HSL color Cylindrical-coordinate representation of color #5D6E36: hue angle of 78.21º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D6E36 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB9311054-
CMYK0.1500.510.57
HSL78.21º34.15%32.16%-
HSV(B)78.21º50.91%43.14%-
XYZ10.7613.755.58-
YUV98.53102.87124.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.19%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 54 (21.48% from 255) = 21.01%
R=36.19%
G=42.80%
B=21.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93110540.1500.510.5778.2134.1532.16
Hex5D6E36F033394e2220
Octal1351566617063711164240
Binary10111011101110110110111101100111110011001110100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,110,54); }

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

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

 a { background-color: rgb(93,110,54); }

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

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

 span { border-color: rgb(93,110,54); }

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