#475201

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

Shades of Verdun Green #475201

Tints of Verdun Green #475201

Color information

#475201 (or 0x475201) is unknown color: approx Verdun Green. HEX triplet: 47, 52 and 01. RGB value is (71,82,1). Sum of RGB (Red+Green+Blue) = 71+82+1=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #475201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475201 is #B8ADFE. Grayscale: #454545. Windows color (decimal): -12103167 or 86599. OLE color: 86599.

HSL color Cylindrical-coordinate representation of color #475201: hue angle of 68.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #475201 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB71821-
CMYK0.1300.990.68
HSL68.15º97.59%16.27%-
HSV(B)68.15º98.78%32.16%-
XYZ5.627.381.16-
YUV69.4889.36129.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=46.10%
G=53.25%
B=0.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal718210.1300.990.6868.1597.5916.27
Hex47521D06344446210
Octal107122115014310410414220
Binary10001111010010111010110001110001001000100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475201; }

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

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

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

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

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

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

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

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