#5D7234

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

Shades of Dark Olive Green #5D7234

Tints of Dark Olive Green #5D7234

Color information

#5D7234 (or 0x5D7234) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 72 and 34. RGB value is (93,114,52). Sum of RGB (Red+Green+Blue) = 93+114+52=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #5D7234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7234 is #A28DCB. Grayscale: #646464. Windows color (decimal): -10653132 or 3437149. OLE color: 3437149.

HSL color Cylindrical-coordinate representation of color #5D7234: hue angle of 80.32º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D7234 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB9311452-
CMYK0.1800.540.55
HSL80.32º37.35%32.55%-
HSV(B)80.32º54.39%44.71%-
XYZ11.1514.615.48-
YUV100.65100.54122.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.91%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=35.91%
G=44.02%
B=20.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93114520.1800.540.5580.3237.3532.55
Hex5D72341203637502521
Octal1351626422066671204541
Binary101110111100101101001001001101101101111010000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,114,52); }

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

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

 a { background-color: rgb(93,114,52); }

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

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

 span { border-color: rgb(93,114,52); }

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