#555E01

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

Shades of Verdun Green #555E01

Tints of Verdun Green #555E01

Color information

#555E01 (or 0x555E01) is unknown color: approx Verdun Green. HEX triplet: 55, 5E and 01. RGB value is (85,94,1). Sum of RGB (Red+Green+Blue) = 85+94+1=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 94 (37.11% from 255 or 52.22% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 94 - color contains mainly: green. Hex color #555E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555E01 is #AAA1FE. Grayscale: #515151. Windows color (decimal): -11182591 or 89685. OLE color: 89685.

HSL color Cylindrical-coordinate representation of color #555E01: hue angle of 65.81º 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 #555E01 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB85941-
CMYK0.1000.990.63
HSL65.81º97.89%18.63%-
HSV(B)65.81º98.94%36.86%-
XYZ7.759.941.54-
YUV80.7183.02131.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 94 (37.11% from 255) = 52.22%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=47.22%
G=52.22%
B=0.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal859410.1000.990.6365.8197.8918.63
Hex555E1A0633F426213
Octal12513611201437710214223
Binary1010101101111011010011000111111111000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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