#5D7633

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

Shades of Dark Olive Green #5D7633

Tints of Dark Olive Green #5D7633

Color information

#5D7633 (or 0x5D7633) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 76 and 33. RGB value is (93,118,51). Sum of RGB (Red+Green+Blue) = 93+118+51=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7633 is #A289CC. Grayscale: #676767. Windows color (decimal): -10652109 or 3372637. OLE color: 3372637.

HSL color Cylindrical-coordinate representation of color #5D7633: hue angle of 82.39º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D7633 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB9311851-
CMYK0.2100.570.54
HSL82.39º39.64%33.14%-
HSV(B)82.39º56.78%46.27%-
XYZ11.5915.525.52-
YUV102.8998.72120.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.50%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=35.50%
G=45.04%
B=19.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93118510.2100.570.5482.3939.6433.14
Hex5D76331503936522821
Octal1351666325071661225041
Binary101110111101101100111010101110011101101010010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,118,51); }

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

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

 a { background-color: rgb(93,118,51); }

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

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

 span { border-color: rgb(93,118,51); }

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