#475A1C

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

Shades of Verdun Green #475A1C

Tints of Verdun Green #475A1C

Color information

#475A1C (or 0x475A1C) is unknown color: approx Verdun Green. HEX triplet: 47, 5A and 1C. RGB value is (71,90,28). Sum of RGB (Red+Green+Blue) = 71+90+28=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #475A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A1C is #B8A5E3. Grayscale: #4D4D4D. Windows color (decimal): -12101092 or 1858119. OLE color: 1858119.

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

Color convert

RGB719028-
CMYK0.2100.690.65
HSL78.39º52.54%23.14%-
HSV(B)78.39º68.89%35.29%-
XYZ6.468.742.44-
YUV77.25100.21123.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 90 (35.55% from 255) = 47.62%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=37.57%
G=47.62%
B=14.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190280.2100.690.6578.3952.5423.14
Hex475A1C15045414e3517
Octal107132342501051011166527
Binary100011110110101110010101010001011000001100111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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