#555207

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

Shades of Verdun Green #555207

Tints of Verdun Green #555207

Color information

#555207 (or 0x555207) is unknown color: approx Verdun Green. HEX triplet: 55, 52 and 07. RGB value is (85,82,7). Sum of RGB (Red+Green+Blue) = 85+82+7=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #555207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555207 is #AAADF8. Grayscale: #4A4A4A. Windows color (decimal): -11185657 or 479829. OLE color: 479829.

HSL color Cylindrical-coordinate representation of color #555207: hue angle of 57.69º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #555207 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85827-
CMYK00.040.920.67
HSL57.69º84.78%18.04%-
HSV(B)57.69º91.76%33.33%-
XYZ6.87.981.38-
YUV74.3589.99135.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 7 (3.12% from 255) = 4.02%
R=48.85%
G=47.13%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8582700.040.920.6757.6984.7818.04
Hex55527045C433a5512
Octal1251227041341037212522
Binary10101011010010111010010111001000011111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555207; }

 p { color: rgb(85,82,7); }

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

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

 a { background-color: rgb(85,82,7); }

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

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

 span { border-color: rgb(85,82,7); }

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