#474B15

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

Shades of Verdun Green #474B15

Tints of Verdun Green #474B15

Color information

#474B15 (or 0x474B15) is unknown color: approx Verdun Green. HEX triplet: 47, 4B and 15. RGB value is (71,75,21). Sum of RGB (Red+Green+Blue) = 71+75+21=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #474B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B15 is #B8B4EA. Grayscale: #434343. Windows color (decimal): -12104939 or 1395527. OLE color: 1395527.

HSL color Cylindrical-coordinate representation of color #474B15: hue angle of 64.44º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474B15 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB717521-
CMYK0.0500.720.71
HSL64.44º56.25%18.82%-
HSV(B)64.44º72%29.41%-
XYZ5.256.431.67-
YUV67.65101.67130.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=42.51%
G=44.91%
B=12.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7175210.0500.720.7164.4456.2518.82
Hex474B15504847403813
Octal10711325501101071007023
Binary1000111100101110101101010010001000111100000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,75,21); }

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

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

 a { background-color: rgb(71,75,21); }

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

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

 span { border-color: rgb(71,75,21); }

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