#476115

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

Shades of Verdun Green #476115

Tints of Verdun Green #476115

Color information

#476115 (or 0x476115) is unknown color: approx Verdun Green. HEX triplet: 47, 61 and 15. RGB value is (71,97,21). Sum of RGB (Red+Green+Blue) = 71+97+21=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #476115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476115 is #B89EEA. Grayscale: #505050. Windows color (decimal): -12099307 or 1401159. OLE color: 1401159.

HSL color Cylindrical-coordinate representation of color #476115: hue angle of 80.53º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #476115 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB719721-
CMYK0.2700.780.62
HSL80.53º64.41%23.14%-
HSV(B)80.53º78.35%38.04%-
XYZ7.019.942.26-
YUV80.5694.39121.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=37.57%
G=51.32%
B=11.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197210.2700.780.6280.5364.4123.14
Hex4761151B04E3E514017
Octal107141253301167612110027
Binary100011111000011010111011010011101111101010001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476115; }

 p { color: rgb(71,97,21); }

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

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

 a { background-color: rgb(71,97,21); }

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

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

 span { border-color: rgb(71,97,21); }

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