#477105

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

Shades of Verdun Green #477105

Tints of Verdun Green #477105

Color information

#477105 (or 0x477105) is unknown color: approx Verdun Green. HEX triplet: 47, 71 and 05. RGB value is (71,113,5). Sum of RGB (Red+Green+Blue) = 71+113+5=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #477105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477105 is #B88EFA. Grayscale: #585858. Windows color (decimal): -12095227 or 356679. OLE color: 356679.

HSL color Cylindrical-coordinate representation of color #477105: hue angle of 83.33º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #477105 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB711135-
CMYK0.3700.960.56
HSL83.33º91.53%23.14%-
HSV(B)83.33º95.58%44.31%-
XYZ8.5313.162.23-
YUV88.1381.09115.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 113 (44.53% from 255) = 59.79%
BLUE value IS 5 (2.34% from 255) = 2.65%
R=37.57%
G=59.79%
B=2.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111350.3700.960.5683.3391.5323.14
Hex477152506038535c17
Octal10716154501407012313427
Binary10001111110001101100101011000001110001010011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477105; }

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

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

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

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

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

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

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

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