#5C7329

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

Shades of Dark Olive Green #5C7329

Tints of Dark Olive Green #5C7329

Color information

#5C7329 (or 0x5C7329) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 73 and 29. RGB value is (92,115,41). Sum of RGB (Red+Green+Blue) = 92+115+41=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7329 is #A38CD6. Grayscale: #636363. Windows color (decimal): -10718423 or 2716508. OLE color: 2716508.

HSL color Cylindrical-coordinate representation of color #5C7329: hue angle of 78.65º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C7329 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB9211541-
CMYK0.2000.640.55
HSL78.65º47.44%30.59%-
HSV(B)78.65º64.35%45.1%-
XYZ10.9414.74.36-
YUV99.6994.88122.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.10%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 41 (16.41% from 255) = 16.53%
R=37.10%
G=46.37%
B=16.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92115410.2000.640.5578.6547.4430.59
Hex5C732914040374f2f1f
Octal13416351240100671175737
Binary101110011100111010011010001000000110111100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,41); }

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

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

 a { background-color: rgb(92,115,41); }

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

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

 span { border-color: rgb(92,115,41); }

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