#556510

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

Shades of Verdun Green #556510

Tints of Verdun Green #556510

Color information

#556510 (or 0x556510) is unknown color: approx Verdun Green. HEX triplet: 55, 65 and 10. RGB value is (85,101,16). Sum of RGB (Red+Green+Blue) = 85+101+16=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #556510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556510 is #AA9AEF. Grayscale: #565656. Windows color (decimal): -11180784 or 1074517. OLE color: 1074517.

HSL color Cylindrical-coordinate representation of color #556510: hue angle of 71.29º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #556510 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB8510116-
CMYK0.1600.840.60
HSL71.29º72.65%22.94%-
HSV(B)71.29º84.16%39.61%-
XYZ8.4911.282.22-
YUV86.5388.2126.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=42.08%
G=50%
B=7.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101160.1600.840.6071.2972.6522.94
Hex556510100543C474917
Octal125145202001247410711127
Binary101010111001011000010000010101001111001000111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556510; }

 p { color: rgb(85,101,16); }

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

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

 a { background-color: rgb(85,101,16); }

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

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

 span { border-color: rgb(85,101,16); }

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