#475801

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

Shades of Verdun Green #475801

Tints of Verdun Green #475801

Color information

#475801 (or 0x475801) is unknown color: approx Verdun Green. HEX triplet: 47, 58 and 01. RGB value is (71,88,1). Sum of RGB (Red+Green+Blue) = 71+88+1=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #475801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475801 is #B8A7FE. Grayscale: #494949. Windows color (decimal): -12101631 or 88135. OLE color: 88135.

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

Color convert

RGB71881-
CMYK0.1900.990.65
HSL71.72º97.75%17.45%-
HSV(B)71.72º98.86%34.51%-
XYZ6.098.321.31-
YUV7387.37126.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 88 (34.77% from 255) = 55%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=44.38%
G=55%
B=0.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal718810.1900.990.6571.7297.7517.45
Hex475811306341486211
Octal107130123014310111014221
Binary100011110110001100110110001110000011001000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475801; }

 p { color: rgb(71,88,1); }

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

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

 a { background-color: rgb(71,88,1); }

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

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

 span { border-color: rgb(71,88,1); }

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