#556102

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

Shades of Verdun Green #556102

Tints of Verdun Green #556102

Color information

#556102 (or 0x556102) is unknown color: approx Verdun Green. HEX triplet: 55, 61 and 02. RGB value is (85,97,2). Sum of RGB (Red+Green+Blue) = 85+97+2=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #556102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556102 is #AA9EFD. Grayscale: #525252. Windows color (decimal): -11181822 or 155989. OLE color: 155989.

HSL color Cylindrical-coordinate representation of color #556102: hue angle of 67.58º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #556102 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB85972-
CMYK0.1200.980.62
HSL67.58º95.96%19.41%-
HSV(B)67.58º97.94%38.04%-
XYZ8.0310.491.66-
YUV82.5882.52129.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 97 (38.28% from 255) = 52.72%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=46.20%
G=52.72%
B=1.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal859720.1200.980.6267.5895.9619.41
Hex55612C0623E446013
Octal12514121401427610414023
Binary10101011100001101100011000101111101000100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556102; }

 p { color: rgb(85,97,2); }

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

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

 a { background-color: rgb(85,97,2); }

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

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

 span { border-color: rgb(85,97,2); }

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