#474E1C

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

Shades of Verdun Green #474E1C

Tints of Verdun Green #474E1C

Color information

#474E1C (or 0x474E1C) is unknown color: approx Verdun Green. HEX triplet: 47, 4E and 1C. RGB value is (71,78,28). Sum of RGB (Red+Green+Blue) = 71+78+28=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #474E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E1C is #B8B1E3. Grayscale: #464646. Windows color (decimal): -12104164 or 1855047. OLE color: 1855047.

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

Color convert

RGB717828-
CMYK0.0900.640.69
HSL68.4º47.17%20.78%-
HSV(B)68.4º64.1%30.59%-
XYZ5.536.872.13-
YUV70.21104.18128.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=40.11%
G=44.07%
B=15.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178280.0900.640.6968.447.1720.78
Hex474E1C904045442f15
Octal107116341101001051045725
Binary10001111001110111001001010000001000101100010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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