#555104

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

Shades of Verdun Green #555104

Tints of Verdun Green #555104

Color information

#555104 (or 0x555104) is unknown color: approx Verdun Green. HEX triplet: 55, 51 and 04. RGB value is (85,81,4). Sum of RGB (Red+Green+Blue) = 85+81+4=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #555104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555104 is #AAAEFB. Grayscale: #494949. Windows color (decimal): -11185916 or 282965. OLE color: 282965.

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

Color convert

RGB85814-
CMYK00.050.950.67
HSL57.04º91.01%17.45%-
HSV(B)57.04º95.29%33.33%-
XYZ6.717.821.27-
YUV73.4288.83136.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 4 (1.95% from 255) = 2.35%
R=50%
G=47.65%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8581400.050.950.6757.0491.0117.45
Hex55514055F43395b11
Octal1251214051371037113321
Binary10101011010001100010110111111000011111001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555104; }

 p { color: rgb(85,81,4); }

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

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

 a { background-color: rgb(85,81,4); }

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

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

 span { border-color: rgb(85,81,4); }

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