#566535

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

Shades of Dark Olive Green #566535

Tints of Dark Olive Green #566535

Color information

#566535 (or 0x566535) is unknown color: approx Dark Olive Green. HEX triplet: 56, 65 and 35. RGB value is (86,101,53). Sum of RGB (Red+Green+Blue) = 86+101+53=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #566535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566535 is #A99ACA. Grayscale: #5B5B5B. Windows color (decimal): -11115211 or 3499350. OLE color: 3499350.

HSL color Cylindrical-coordinate representation of color #566535: hue angle of 78.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #566535 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB8610153-
CMYK0.1500.480.60
HSL78.75º31.17%30.2%-
HSV(B)78.75º47.52%39.61%-
XYZ9.1311.545.11-
YUV91.04106.53124.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=35.83%
G=42.08%
B=22.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101530.1500.480.6078.7531.1730.2
Hex566535F0303C4f1f1e
Octal1261456517060741173736
Binary101011011001011101011111011000011110010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566535; }

 p { color: rgb(86,101,53); }

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

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

 a { background-color: rgb(86,101,53); }

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

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

 span { border-color: rgb(86,101,53); }

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