#474708

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

Shades of Verdun Green #474708

Tints of Verdun Green #474708

Color information

#474708 (or 0x474708) is unknown color: approx Verdun Green. HEX triplet: 47, 47 and 08. RGB value is (71,71,8). Sum of RGB (Red+Green+Blue) = 71+71+8=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474708 is #B8B8F7. Grayscale: #404040. Windows color (decimal): -12105976 or 542535. OLE color: 542535.

HSL color Cylindrical-coordinate representation of color #474708: hue angle of 60º 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 #474708 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB71718-
CMYK000.890.72
HSL60º79.75%15.49%-
HSV(B)60º88.73%27.84%-
XYZ4.95.861.1-
YUV63.8296.5133.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 8 (3.52% from 255) = 5.33%
R=47.33%
G=47.33%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71718000.890.726079.7515.49
Hex474780059483c50f
Octal10710710001311107412017
Binary100011110001111000001011001100100011110010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474708; }

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

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

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

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

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

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

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

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