#5C782D

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

Shades of Dark Olive Green #5C782D

Tints of Dark Olive Green #5C782D

Color information

#5C782D (or 0x5C782D) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 78 and 2D. RGB value is (92,120,45). Sum of RGB (Red+Green+Blue) = 92+120+45=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #5C782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C782D is #A387D2. Grayscale: #676767. Windows color (decimal): -10717139 or 2979932. OLE color: 2979932.

HSL color Cylindrical-coordinate representation of color #5C782D: hue angle of 82.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C782D is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB9212045-
CMYK0.2300.630.53
HSL82.4º45.45%32.35%-
HSV(B)82.4º62.5%47.06%-
XYZ11.615.94.94-
YUV103.0895.22120.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.80%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=35.80%
G=46.69%
B=17.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92120450.2300.630.5382.445.4532.35
Hex5C782D1703F35522d20
Octal1341705527077651225540
Binary101110011110001011011011101111111101011010010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,120,45); }

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

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

 a { background-color: rgb(92,120,45); }

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

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

 span { border-color: rgb(92,120,45); }

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