#576930

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

Shades of Dark Olive Green #576930

Tints of Dark Olive Green #576930

Color information

#576930 (or 0x576930) is unknown color: approx Dark Olive Green. HEX triplet: 57, 69 and 30. RGB value is (87,105,48). Sum of RGB (Red+Green+Blue) = 87+105+48=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #576930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576930 is #A896CF. Grayscale: #5D5D5D. Windows color (decimal): -11048656 or 3172695. OLE color: 3172695.

HSL color Cylindrical-coordinate representation of color #576930: hue angle of 78.95º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #576930 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB8710548-
CMYK0.1700.540.59
HSL78.95º37.25%30%-
HSV(B)78.95º54.29%41.18%-
XYZ9.5212.344.68-
YUV93.12102.54123.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 48 (19.14% from 255) = 20%
R=36.25%
G=43.75%
B=20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87105480.1700.540.5978.9537.2530
Hex576930110363B4f251e
Octal1271516021066731174536
Binary10101111101001110000100010110110111011100111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576930; }

 p { color: rgb(87,105,48); }

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

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

 a { background-color: rgb(87,105,48); }

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

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

 span { border-color: rgb(87,105,48); }

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