#474F1A

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

Shades of Verdun Green #474F1A

Tints of Verdun Green #474F1A

Color information

#474F1A (or 0x474F1A) is unknown color: approx Verdun Green. HEX triplet: 47, 4F and 1A. RGB value is (71,79,26). Sum of RGB (Red+Green+Blue) = 71+79+26=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #474F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F1A is #B8B0E5. Grayscale: #464646. Windows color (decimal): -12103910 or 1724231. OLE color: 1724231.

HSL color Cylindrical-coordinate representation of color #474F1A: hue angle of 69.06º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474F1A is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB717926-
CMYK0.1000.670.69
HSL69.06º50.48%20.59%-
HSV(B)69.06º67.09%30.98%-
XYZ5.587.012.04-
YUV70.57102.85128.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=40.34%
G=44.89%
B=14.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7179260.1000.670.6969.0650.4820.59
Hex474F1AA04345453215
Octal107117321201031051056225
Binary10001111001111110101010010000111000101100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474F1A; }

 p { color: rgb(71,79,26); }

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

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

 a { background-color: rgb(71,79,26); }

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

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

 span { border-color: rgb(71,79,26); }

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