#475105

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

Shades of Verdun Green #475105

Tints of Verdun Green #475105

Color information

#475105 (or 0x475105) is unknown color: approx Verdun Green. HEX triplet: 47, 51 and 05. RGB value is (71,81,5). Sum of RGB (Red+Green+Blue) = 71+81+5=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #475105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475105 is #B8AEFA. Grayscale: #454545. Windows color (decimal): -12103419 or 348487. OLE color: 348487.

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

Color convert

RGB71815-
CMYK0.1200.940.68
HSL67.89º88.37%16.86%-
HSV(B)67.89º93.83%31.76%-
XYZ5.577.241.25-
YUV69.3591.69129.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=45.22%
G=51.59%
B=3.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal718150.1200.940.6867.8988.3716.86
Hex47515C05E44445811
Octal107121514013610410413021
Binary1000111101000110111000101111010001001000100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475105; }

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

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

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

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

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

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

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

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