#555001

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

Shades of Verdun Green #555001

Tints of Verdun Green #555001

Color information

#555001 (or 0x555001) is unknown color: approx Verdun Green. HEX triplet: 55, 50 and 01. RGB value is (85,80,1). Sum of RGB (Red+Green+Blue) = 85+80+1=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #555001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555001 is #AAAFFE. Grayscale: #484848. Windows color (decimal): -11186175 or 86101. OLE color: 86101.

HSL color Cylindrical-coordinate representation of color #555001: hue angle of 56.43º 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 #555001 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB85801-
CMYK00.060.990.67
HSL56.43º97.67%16.86%-
HSV(B)56.43º98.82%33.33%-
XYZ6.627.671.16-
YUV72.4987.66136.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=51.20%
G=48.19%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8580100.060.990.6756.4397.6716.86
Hex55501066343386211
Octal1251201061431037014221
Binary101010110100001011011000111000011111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555001; }

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

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

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

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

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

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

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

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