#475318

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

Shades of Verdun Green #475318

Tints of Verdun Green #475318

Color information

#475318 (or 0x475318) is unknown color: approx Verdun Green. HEX triplet: 47, 53 and 18. RGB value is (71,83,24). Sum of RGB (Red+Green+Blue) = 71+83+24=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #475318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475318 is #B8ACE7. Grayscale: #484848. Windows color (decimal): -12102888 or 1594183. OLE color: 1594183.

HSL color Cylindrical-coordinate representation of color #475318: hue angle of 72.2º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #475318 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB718324-
CMYK0.1400.710.67
HSL72.2º55.14%20.98%-
HSV(B)72.2º71.08%32.55%-
XYZ5.867.592.02-
YUV72.69100.52126.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=39.89%
G=46.63%
B=13.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183240.1400.710.6772.255.1420.98
Hex475318E04743483715
Octal107123301601071031106725
Binary10001111010011110001110010001111000011100100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475318; }

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

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

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

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

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

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

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

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