#476002

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

Shades of Verdun Green #476002

Tints of Verdun Green #476002

Color information

#476002 (or 0x476002) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 02. RGB value is (71,96,2). Sum of RGB (Red+Green+Blue) = 71+96+2=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #476002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476002 is #B89FFD. Grayscale: #4E4E4E. Windows color (decimal): -12099582 or 155719. OLE color: 155719.

HSL color Cylindrical-coordinate representation of color #476002: hue angle of 75.96º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #476002 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB71962-
CMYK0.2600.980.62
HSL75.96º95.92%19.22%-
HSV(B)75.96º97.92%37.65%-
XYZ6.799.711.57-
YUV77.8185.22123.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=42.01%
G=56.80%
B=1.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal719620.2600.980.6275.9695.9219.22
Hex476021A0623E4c6013
Octal10714023201427611414023
Binary100011111000001011010011000101111101001100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476002; }

 p { color: rgb(71,96,2); }

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

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

 a { background-color: rgb(71,96,2); }

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

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

 span { border-color: rgb(71,96,2); }

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