#5D732F

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

Shades of Dark Olive Green #5D732F

Tints of Dark Olive Green #5D732F

Color information

#5D732F (or 0x5D732F) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 73 and 2F. RGB value is (93,115,47). Sum of RGB (Red+Green+Blue) = 93+115+47=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #5D732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D732F is #A28CD0. Grayscale: #646464. Windows color (decimal): -10652881 or 3109725. OLE color: 3109725.

HSL color Cylindrical-coordinate representation of color #5D732F: hue angle of 79.41º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D732F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB9311547-
CMYK0.1900.590.55
HSL79.41º41.98%31.76%-
HSV(B)79.41º59.13%45.1%-
XYZ11.1614.794.96-
YUV100.6797.71122.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.47%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=36.47%
G=45.10%
B=18.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93115470.1900.590.5579.4141.9831.76
Hex5D732F1303B374f2a20
Octal1351635723073671175240
Binary101110111100111011111001101110111101111001111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,115,47); }

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

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

 a { background-color: rgb(93,115,47); }

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

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

 span { border-color: rgb(93,115,47); }

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