#566931

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

Shades of Dark Olive Green #566931

Tints of Dark Olive Green #566931

Color information

#566931 (or 0x566931) is unknown color: approx Dark Olive Green. HEX triplet: 56, 69 and 31. RGB value is (86,105,49). Sum of RGB (Red+Green+Blue) = 86+105+49=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #566931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566931 is #A996CE. Grayscale: #5D5D5D. Windows color (decimal): -11114191 or 3238230. OLE color: 3238230.

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

Color convert

RGB8610549-
CMYK0.1800.530.59
HSL80.36º36.36%30.2%-
HSV(B)80.36º53.33%41.18%-
XYZ9.4412.34.78-
YUV92.93103.21123.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=35.83%
G=43.75%
B=20.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105490.1800.530.5980.3636.3630.2
Hex566931120353B50241e
Octal1261516122065731204436
Binary10101101101001110001100100110101111011101000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566931; }

 p { color: rgb(86,105,49); }

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

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

 a { background-color: rgb(86,105,49); }

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

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

 span { border-color: rgb(86,105,49); }

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