#475108

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

Shades of Verdun Green #475108

Tints of Verdun Green #475108

Color information

#475108 (or 0x475108) is unknown color: approx Verdun Green. HEX triplet: 47, 51 and 08. RGB value is (71,81,8). Sum of RGB (Red+Green+Blue) = 71+81+8=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #475108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475108 is #B8AEF7. Grayscale: #454545. Windows color (decimal): -12103416 or 545095. OLE color: 545095.

HSL color Cylindrical-coordinate representation of color #475108: hue angle of 68.22º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #475108 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB71818-
CMYK0.1200.900.68
HSL68.22º82.02%17.45%-
HSV(B)68.22º90.12%31.76%-
XYZ5.587.241.33-
YUV69.6993.19128.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 81 (32.03% from 255) = 50.62%
BLUE value IS 8 (3.52% from 255) = 5%
R=44.38%
G=50.62%
B=5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal718180.1200.900.6868.2282.0217.45
Hex47518C05A44445211
Octal1071211014013210410412221
Binary10001111010001100011000101101010001001000100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475108; }

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

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

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

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

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

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

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

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