#555401

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

Shades of Verdun Green #555401

Tints of Verdun Green #555401

Color information

#555401 (or 0x555401) is unknown color: approx Verdun Green. HEX triplet: 55, 54 and 01. RGB value is (85,84,1). Sum of RGB (Red+Green+Blue) = 85+84+1=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #555401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555401 is #AAABFE. Grayscale: #4B4B4B. Windows color (decimal): -11185151 or 87125. OLE color: 87125.

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

Color convert

RGB85841-
CMYK00.010.990.67
HSL59.29º97.67%16.86%-
HSV(B)59.29º98.82%33.33%-
XYZ6.928.271.26-
YUV74.8486.33135.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=50%
G=49.41%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8584100.010.990.6759.2997.6716.86
Hex555410163433b6211
Octal1251241011431037314221
Binary1010101101010010111000111000011111011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555401; }

 p { color: rgb(85,84,1); }

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

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

 a { background-color: rgb(85,84,1); }

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

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

 span { border-color: rgb(85,84,1); }

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