#476907

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

Shades of Verdun Green #476907

Tints of Verdun Green #476907

Color information

#476907 (or 0x476907) is unknown color: approx Verdun Green. HEX triplet: 47, 69 and 07. RGB value is (71,105,7). Sum of RGB (Red+Green+Blue) = 71+105+7=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #476907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476907 is #B896F8. Grayscale: #545454. Windows color (decimal): -12097273 or 485703. OLE color: 485703.

HSL color Cylindrical-coordinate representation of color #476907: hue angle of 80.82º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #476907 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB711057-
CMYK0.3200.930.59
HSL80.82º87.5%21.96%-
HSV(B)80.82º93.33%41.18%-
XYZ7.6911.462.01-
YUV83.6684.74118.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 105 (41.41% from 255) = 57.38%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=38.80%
G=57.38%
B=3.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7110570.3200.930.5980.8287.521.96
Hex476972005D3B515816
Octal10715174001357312113026
Binary10001111101001111100000010111011110111010001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476907; }

 p { color: rgb(71,105,7); }

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

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

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

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

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

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

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