#475501

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

Shades of Verdun Green #475501

Tints of Verdun Green #475501

Color information

#475501 (or 0x475501) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 01. RGB value is (71,85,1). Sum of RGB (Red+Green+Blue) = 71+85+1=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #475501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475501 is #B8AAFE. Grayscale: #474747. Windows color (decimal): -12102399 or 87367. OLE color: 87367.

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

Color convert

RGB71851-
CMYK0.1600.990.67
HSL70º97.67%16.86%-
HSV(B)70º98.82%33.33%-
XYZ5.857.841.23-
YUV71.2488.36127.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=45.22%
G=54.14%
B=0.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal718510.1600.990.677097.6716.86
Hex475511006343466211
Octal107125120014310310614221
Binary100011110101011100000110001110000111000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475501; }

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

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

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

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

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

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

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

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