#474707

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

Shades of Verdun Green #474707

Tints of Verdun Green #474707

Color information

#474707 (or 0x474707) is unknown color: approx Verdun Green. HEX triplet: 47, 47 and 07. RGB value is (71,71,7). Sum of RGB (Red+Green+Blue) = 71+71+7=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474707 is #B8B8F8. Grayscale: #3F3F3F. Windows color (decimal): -12105977 or 476999. OLE color: 476999.

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

Color convert

RGB71717-
CMYK000.900.72
HSL60º82.05%15.29%-
HSV(B)60º90.14%27.84%-
XYZ4.895.861.07-
YUV63.796133.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 71 (28.12% from 255) = 47.65%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=47.65%
G=47.65%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71717000.900.726082.0515.29
Hex47477005A483c52f
Octal1071077001321107412217
Binary10001111000111111001011010100100011110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474707; }

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

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

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

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

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

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

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

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