#5D6C2D

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

Shades of Dark Olive Green #5D6C2D

Tints of Dark Olive Green #5D6C2D

Color information

#5D6C2D (or 0x5D6C2D) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 6C and 2D. RGB value is (93,108,45). Sum of RGB (Red+Green+Blue) = 93+108+45=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #5D6C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6C2D is #A293D2. Grayscale: #606060. Windows color (decimal): -10654675 or 2976861. OLE color: 2976861.

HSL color Cylindrical-coordinate representation of color #5D6C2D: hue angle of 74.29º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D6C2D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB9310845-
CMYK0.1400.580.58
HSL74.29º41.18%30%-
HSV(B)74.29º58.33%42.35%-
XYZ10.3513.244.49-
YUV96.3399.03125.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.80%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=37.80%
G=43.90%
B=18.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93108450.1400.580.5874.2941.1830
Hex5D6C2DE03A3A4a291e
Octal1351545516072721125136
Binary1011101110110010110111100111010111010100101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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