#556310

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

Shades of Verdun Green #556310

Tints of Verdun Green #556310

Color information

#556310 (or 0x556310) is unknown color: approx Verdun Green. HEX triplet: 55, 63 and 10. RGB value is (85,99,16). Sum of RGB (Red+Green+Blue) = 85+99+16=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #556310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556310 is #AA9CEF. Grayscale: #555555. Windows color (decimal): -11181296 or 1074005. OLE color: 1074005.

HSL color Cylindrical-coordinate representation of color #556310: hue angle of 70.12º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #556310 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB859916-
CMYK0.1400.840.61
HSL70.12º72.17%22.55%-
HSV(B)70.12º83.84%38.82%-
XYZ8.310.892.16-
YUV85.3588.86127.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 16 (6.64% from 255) = 8%
R=42.5%
G=49.5%
B=8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599160.1400.840.6170.1272.1722.55
Hex556310E0543D464817
Octal125143201601247510611027
Binary10101011100011100001110010101001111011000110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556310; }

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

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

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

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

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

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

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

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