#555F01

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

Shades of Verdun Green #555F01

Tints of Verdun Green #555F01

Color information

#555F01 (or 0x555F01) is unknown color: approx Verdun Green. HEX triplet: 55, 5F and 01. RGB value is (85,95,1). Sum of RGB (Red+Green+Blue) = 85+95+1=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #555F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F01 is #AAA0FE. Grayscale: #515151. Windows color (decimal): -11182335 or 89941. OLE color: 89941.

HSL color Cylindrical-coordinate representation of color #555F01: hue angle of 66.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #555F01 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB85951-
CMYK0.1100.990.63
HSL66.38º97.92%18.82%-
HSV(B)66.38º98.95%37.25%-
XYZ7.8410.121.57-
YUV81.2982.69130.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 95 (37.5% from 255) = 52.49%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=46.96%
G=52.49%
B=0.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal859510.1100.990.6366.3897.9218.82
Hex555F1B0633F426213
Octal12513711301437710214223
Binary1010101101111111011011000111111111000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555F01; }

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

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

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

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

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

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

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

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