#474305

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

Shades of Verdun Green #474305

Tints of Verdun Green #474305

Color information

#474305 (or 0x474305) is unknown color: approx Verdun Green. HEX triplet: 47, 43 and 05. RGB value is (71,67,5). Sum of RGB (Red+Green+Blue) = 71+67+5=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #474305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474305 is #B8BCFA. Grayscale: #3D3D3D. Windows color (decimal): -12107003 or 344903. OLE color: 344903.

HSL color Cylindrical-coordinate representation of color #474305: hue angle of 56.36º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #474305 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB71675-
CMYK00.060.930.72
HSL56.36º86.84%14.9%-
HSV(B)56.36º92.96%27.84%-
XYZ4.635.360.93-
YUV61.1396.33135.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=49.65%
G=46.85%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7167500.060.930.7256.3686.8414.9
Hex47435065D483857f
Octal1071035061351107012717
Binary1000111100001110101101011101100100011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474305; }

 p { color: rgb(71,67,5); }

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

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

 a { background-color: rgb(71,67,5); }

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

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

 span { border-color: rgb(71,67,5); }

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