#475919

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

Shades of Verdun Green #475919

Tints of Verdun Green #475919

Color information

#475919 (or 0x475919) is unknown color: approx Verdun Green. HEX triplet: 47, 59 and 19. RGB value is (71,89,25). Sum of RGB (Red+Green+Blue) = 71+89+25=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #475919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475919 is #B8A6E6. Grayscale: #4C4C4C. Windows color (decimal): -12101351 or 1661255. OLE color: 1661255.

HSL color Cylindrical-coordinate representation of color #475919: hue angle of 76.88º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #475919 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB718925-
CMYK0.2000.720.65
HSL76.88º56.14%22.35%-
HSV(B)76.88º71.91%34.9%-
XYZ6.358.552.24-
YUV76.3299.04124.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 89 (35.16% from 255) = 48.11%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=38.38%
G=48.11%
B=13.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189250.2000.720.6576.8856.1422.35
Hex47591914048414d3816
Octal107131312401101011157026
Binary100011110110011100110100010010001000001100110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475919; }

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

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

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

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

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

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

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

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