#555305

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

Shades of Verdun Green #555305

Tints of Verdun Green #555305

Color information

#555305 (or 0x555305) is unknown color: approx Verdun Green. HEX triplet: 55, 53 and 05. RGB value is (85,83,5). Sum of RGB (Red+Green+Blue) = 85+83+5=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #555305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555305 is #AAACFA. Grayscale: #4B4B4B. Windows color (decimal): -11185403 or 349013. OLE color: 349013.

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

Color convert

RGB85835-
CMYK00.020.940.67
HSL58.5º88.89%17.65%-
HSV(B)58.5º94.12%33.33%-
XYZ6.878.131.35-
YUV74.7188.66135.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=49.13%
G=47.98%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8583500.020.940.6758.588.8917.65
Hex55535025E433a5912
Octal1251235021361037213122
Binary1010101101001110101010111101000011111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555305; }

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

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

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

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

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

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

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

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