#576925

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

Shades of Dark Olive Green #576925

Tints of Dark Olive Green #576925

Color information

#576925 (or 0x576925) is unknown color: approx Dark Olive Green. HEX triplet: 57, 69 and 25. RGB value is (87,105,37). Sum of RGB (Red+Green+Blue) = 87+105+37=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #576925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576925 is #A896DA. Grayscale: #5C5C5C. Windows color (decimal): -11048667 or 2451799. OLE color: 2451799.

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

Color convert

RGB8710537-
CMYK0.1700.650.59
HSL75.88º47.89%27.84%-
HSV(B)75.88º64.76%41.18%-
XYZ9.3212.263.63-
YUV91.8797.04124.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=37.99%
G=45.85%
B=16.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87105370.1700.650.5975.8847.8927.84
Hex576925110413B4c301c
Octal12715145210101731146034
Binary101011111010011001011000101000001111011100110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576925; }

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

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

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

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

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

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

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

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