#566934

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

Shades of Dark Olive Green #566934

Tints of Dark Olive Green #566934

Color information

#566934 (or 0x566934) is unknown color: approx Dark Olive Green. HEX triplet: 56, 69 and 34. RGB value is (86,105,52). Sum of RGB (Red+Green+Blue) = 86+105+52=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #566934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566934 is #A996CB. Grayscale: #5D5D5D. Windows color (decimal): -11114188 or 3434838. OLE color: 3434838.

HSL color Cylindrical-coordinate representation of color #566934: hue angle of 81.51º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #566934 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB8610552-
CMYK0.1800.500.59
HSL81.51º33.76%30.78%-
HSV(B)81.51º50.48%41.18%-
XYZ9.5112.335.13-
YUV93.28104.71122.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=35.39%
G=43.21%
B=21.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105520.1800.500.5981.5133.7630.78
Hex566934120323B52221f
Octal1261516422062731224237
Binary10101101101001110100100100110010111011101001010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566934; }

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

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

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

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

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

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

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

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