#556705

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

Shades of Verdun Green #556705

Tints of Verdun Green #556705

Color information

#556705 (or 0x556705) is unknown color: approx Verdun Green. HEX triplet: 55, 67 and 05. RGB value is (85,103,5). Sum of RGB (Red+Green+Blue) = 85+103+5=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #556705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556705 is #AA98FA. Grayscale: #565656. Windows color (decimal): -11180283 or 354133. OLE color: 354133.

HSL color Cylindrical-coordinate representation of color #556705: hue angle of 71.02º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #556705 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB851035-
CMYK0.1700.950.60
HSL71.02º90.74%21.18%-
HSV(B)71.02º95.15%40.39%-
XYZ8.6211.641.94-
YUV86.4582.04126.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 103 (40.62% from 255) = 53.37%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=44.04%
G=53.37%
B=2.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8510350.1700.950.6071.0290.7421.18
Hex556751105F3C475b15
Octal12514752101377410713325
Binary1010101110011110110001010111111111001000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556705; }

 p { color: rgb(85,103,5); }

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

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

 a { background-color: rgb(85,103,5); }

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

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

 span { border-color: rgb(85,103,5); }

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