#475A19

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

Shades of Verdun Green #475A19

Tints of Verdun Green #475A19

Color information

#475A19 (or 0x475A19) is unknown color: approx Verdun Green. HEX triplet: 47, 5A and 19. RGB value is (71,90,25). Sum of RGB (Red+Green+Blue) = 71+90+25=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #475A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475A19 is #B8A5E6. Grayscale: #4D4D4D. Windows color (decimal): -12101095 or 1661511. OLE color: 1661511.

HSL color Cylindrical-coordinate representation of color #475A19: hue angle of 77.54º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #475A19 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB719025-
CMYK0.2100.720.65
HSL77.54º56.52%22.55%-
HSV(B)77.54º72.22%35.29%-
XYZ6.438.722.26-
YUV76.9198.71123.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 90 (35.55% from 255) = 48.39%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=38.17%
G=48.39%
B=13.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190250.2100.720.6577.5456.5222.55
Hex475A1915048414e3917
Octal107132312501101011167127
Binary100011110110101100110101010010001000001100111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A19; }

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

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

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

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

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

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

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

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