#5C7033

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

Shades of Dark Olive Green #5C7033

Tints of Dark Olive Green #5C7033

Color information

#5C7033 (or 0x5C7033) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 70 and 33. RGB value is (92,112,51). Sum of RGB (Red+Green+Blue) = 92+112+51=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7033 is #A38FCC. Grayscale: #636363. Windows color (decimal): -10719181 or 3371100. OLE color: 3371100.

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

Color convert

RGB9211251-
CMYK0.1800.540.56
HSL79.67º37.42%31.96%-
HSV(B)79.67º54.46%43.92%-
XYZ10.8114.15.28-
YUV99.07100.87122.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.08%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 51 (20.31% from 255) = 20%
R=36.08%
G=43.92%
B=20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92112510.1800.540.5679.6737.4231.96
Hex5C70331203638502520
Octal1341606322066701204540
Binary101110011100001100111001001101101110001010000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,112,51); }

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

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

 a { background-color: rgb(92,112,51); }

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

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

 span { border-color: rgb(92,112,51); }

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