#476705

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

Shades of Verdun Green #476705

Tints of Verdun Green #476705

Color information

#476705 (or 0x476705) is unknown color: approx Verdun Green. HEX triplet: 47, 67 and 05. RGB value is (71,103,5). Sum of RGB (Red+Green+Blue) = 71+103+5=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 103 (40.62% from 255 or 57.54% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 103 - color contains mainly: green. Hex color #476705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476705 is #B898FA. Grayscale: #525252. Windows color (decimal): -12097787 or 354119. OLE color: 354119.

HSL color Cylindrical-coordinate representation of color #476705: hue angle of 79.59º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #476705 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB711035-
CMYK0.3100.950.60
HSL79.59º90.74%21.18%-
HSV(B)79.59º95.15%40.39%-
XYZ7.4811.051.88-
YUV82.2684.4119.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 103 (40.62% from 255) = 57.54%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=39.66%
G=57.54%
B=2.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7110350.3100.950.6079.5990.7421.18
Hex476751F05F3C505b15
Octal10714753701377412013325
Binary1000111110011110111111010111111111001010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476705; }

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

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

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

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

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

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

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

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