#474608

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

Shades of Verdun Green #474608

Tints of Verdun Green #474608

Color information

#474608 (or 0x474608) is unknown color: approx Verdun Green. HEX triplet: 47, 46 and 08. RGB value is (71,70,8). Sum of RGB (Red+Green+Blue) = 71+70+8=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #474608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474608 is #B8B9F7. Grayscale: #3F3F3F. Windows color (decimal): -12106232 or 542279. OLE color: 542279.

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

Color convert

RGB71708-
CMYK00.010.890.72
HSL59.05º79.75%15.49%-
HSV(B)59.05º88.73%27.84%-
XYZ4.835.741.08-
YUV63.2396.83133.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=47.65%
G=46.98%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7170800.010.890.7259.0579.7515.49
Hex474680159483b50f
Octal10710610011311107312017
Binary100011110001101000011011001100100011101110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474608; }

 p { color: rgb(71,70,8); }

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

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

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

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

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

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

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