#5D6D2D

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

Shades of Dark Olive Green #5D6D2D

Tints of Dark Olive Green #5D6D2D

Color information

#5D6D2D (or 0x5D6D2D) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 6D and 2D. RGB value is (93,109,45). Sum of RGB (Red+Green+Blue) = 93+109+45=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #5D6D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6D2D is #A292D2. Grayscale: #616161. Windows color (decimal): -10654419 or 2977117. OLE color: 2977117.

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

Color convert

RGB9310945-
CMYK0.1500.590.57
HSL75º41.56%30.2%-
HSV(B)75º58.72%42.75%-
XYZ10.4613.454.53-
YUV96.9298.7125.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.65%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=37.65%
G=44.13%
B=18.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93109450.1500.590.577541.5630.2
Hex5D6D2DF03B394b2a1e
Octal1351555517073711135236
Binary1011101110110110110111110111011111001100101110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,109,45); }

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

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

 a { background-color: rgb(93,109,45); }

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

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

 span { border-color: rgb(93,109,45); }

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