#476319

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

Shades of Verdun Green #476319

Tints of Verdun Green #476319

Color information

#476319 (or 0x476319) is unknown color: approx Verdun Green. HEX triplet: 47, 63 and 19. RGB value is (71,99,25). Sum of RGB (Red+Green+Blue) = 71+99+25=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #476319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476319 is #B89CE6. Grayscale: #525252. Windows color (decimal): -12098791 or 1663815. OLE color: 1663815.

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

Color convert

RGB719925-
CMYK0.2800.750.61
HSL82.7º59.68%24.31%-
HSV(B)82.7º74.75%38.82%-
XYZ7.2410.332.53-
YUV82.1995.72120.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=36.41%
G=50.77%
B=12.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199250.2800.750.6182.759.6824.31
Hex4763191C04B3D533c18
Octal10714331340113751237430
Binary10001111100011110011110001001011111101101001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476319; }

 p { color: rgb(71,99,25); }

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

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

 a { background-color: rgb(71,99,25); }

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

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

 span { border-color: rgb(71,99,25); }

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