#476018

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

Shades of Verdun Green #476018

Tints of Verdun Green #476018

Color information

#476018 (or 0x476018) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 18. RGB value is (71,96,24). Sum of RGB (Red+Green+Blue) = 71+96+24=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #476018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476018 is #B89FE7. Grayscale: #505050. Windows color (decimal): -12099560 or 1597511. OLE color: 1597511.

HSL color Cylindrical-coordinate representation of color #476018: hue angle of 80.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #476018 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB719624-
CMYK0.2600.750.62
HSL80.83º60%23.53%-
HSV(B)80.83º75%37.65%-
XYZ6.959.772.38-
YUV80.3296.22121.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=37.17%
G=50.26%
B=12.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196240.2600.750.6280.836023.53
Hex4760181A04B3E513c18
Octal10714030320113761217430
Binary10001111100000110001101001001011111110101000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476018; }

 p { color: rgb(71,96,24); }

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

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

 a { background-color: rgb(71,96,24); }

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

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

 span { border-color: rgb(71,96,24); }

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