#474702

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

Shades of Verdun Green #474702

Tints of Verdun Green #474702

Color information

#474702 (or 0x474702) is unknown color: approx Verdun Green. HEX triplet: 47, 47 and 02. RGB value is (71,71,2). Sum of RGB (Red+Green+Blue) = 71+71+2=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474702 is #B8B8FD. Grayscale: #3F3F3F. Windows color (decimal): -12105982 or 149319. OLE color: 149319.

HSL color Cylindrical-coordinate representation of color #474702: hue angle of 60º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #474702 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB71712-
CMYK000.970.72
HSL60º94.52%14.31%-
HSV(B)60º97.18%27.84%-
XYZ4.865.850.93-
YUV63.1393.5133.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=49.31%
G=49.31%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71712000.970.726094.5214.31
Hex474720061483c5fe
Octal1071072001411107413716
Binary1000111100011110001100001100100011110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474702; }

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

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

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

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

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

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

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

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