#5c7531

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

Shades of Dark Olive Green #5C7531

Tints of Dark Olive Green #5C7531

Color information

#5C7531 (or 0x5C7531) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 75 and 31. RGB value is (92,117,49). Sum of RGB (Red+Green+Blue) = 92+117+49=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7531 is #A38ACE. Grayscale: #666666. Windows color (decimal): -10717903 or 3241308. OLE color: 3241308.

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

Color convert

RGB9211749-
CMYK0.2100.580.54
HSL82.06º40.96%32.55%-
HSV(B)82.06º58.12%45.88%-
XYZ11.3315.225.25-
YUV101.7798.22121.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.66%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=35.66%
G=45.35%
B=18.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92117490.2100.580.5482.0640.9632.55
Hex5C75311503A36522921
Octal1341656125072661225141
Binary101110011101011100011010101110101101101010010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c7531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,117,49); }

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

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

 a { background-color: rgb(92,117,49); }

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

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

 span { border-color: rgb(92,117,49); }

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