#566300

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

Shades of Verdun Green #566300

Tints of Verdun Green #566300

Color information

#566300 (or 0x566300) is unknown color: approx Verdun Green. HEX triplet: 56, 63 and 00. RGB value is (86,99,0). Sum of RGB (Red+Green+Blue) = 86+99+0=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #566300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566300 is #A99CFF. Grayscale: #545454. Windows color (decimal): -11115776 or 25430. OLE color: 25430.

HSL color Cylindrical-coordinate representation of color #566300: hue angle of 67.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #566300 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB86990-
CMYK0.13010.61
HSL67.88º100%19.41%-
HSV(B)67.88º100%38.82%-
XYZ8.310.91.67-
YUV83.8380.69129.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.49%
G=53.51%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal869900.13010.6167.8810019.41
Hex56630D0643D446413
Octal12614301501447510414423
Binary1010110110001101101011001001111011000100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566300; }

 p { color: rgb(86,99,0); }

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

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

 a { background-color: rgb(86,99,0); }

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

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

 span { border-color: rgb(86,99,0); }

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