#476003

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

Shades of Verdun Green #476003

Tints of Verdun Green #476003

Color information

#476003 (or 0x476003) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 03. RGB value is (71,96,3). Sum of RGB (Red+Green+Blue) = 71+96+3=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #476003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476003 is #B89FFC. Grayscale: #4E4E4E. Windows color (decimal): -12099581 or 221255. OLE color: 221255.

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

Color convert

RGB71963-
CMYK0.2600.970.62
HSL76.13º93.94%19.41%-
HSV(B)76.13º96.88%37.65%-
XYZ6.89.711.6-
YUV77.9285.72123.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 96 (37.89% from 255) = 56.47%
BLUE value IS 3 (1.56% from 255) = 1.76%
R=41.76%
G=56.47%
B=1.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal719630.2600.970.6276.1393.9419.41
Hex476031A0613E4c5e13
Octal10714033201417611413623
Binary100011111000001111010011000011111101001100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476003; }

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

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

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

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

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

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

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

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