#555610

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

Shades of Verdun Green #555610

Tints of Verdun Green #555610

Color information

#555610 (or 0x555610) is unknown color: approx Verdun Green. HEX triplet: 55, 56 and 10. RGB value is (85,86,16). Sum of RGB (Red+Green+Blue) = 85+86+16=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #555610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555610 is #AAA9EF. Grayscale: #4E4E4E. Windows color (decimal): -11184624 or 1070677. OLE color: 1070677.

HSL color Cylindrical-coordinate representation of color #555610: hue angle of 60.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #555610 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB858616-
CMYK0.0100.810.66
HSL60.86º68.63%20%-
HSV(B)60.86º81.4%33.73%-
XYZ7.178.621.78-
YUV77.7293.17133.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 86 (33.98% from 255) = 45.99%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=45.45%
G=45.99%
B=8.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586160.0100.810.6660.8668.6320
Hex5556101051423d4514
Octal12512620101211027510524
Binary10101011010110100001010100011000010111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555610; }

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

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

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

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

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

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

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

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