#474E2F

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

Shades of Bronzetone #474E2F

Tints of Bronzetone #474E2F

Color information

#474E2F (or 0x474E2F) is unknown color: approx Bronzetone. HEX triplet: 47, 4E and 2F. RGB value is (71,78,47). Sum of RGB (Red+Green+Blue) = 71+78+47=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #474E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E2F is #B8B1D0. Grayscale: #484848. Windows color (decimal): -12104145 or 3100231. OLE color: 3100231.

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

Color convert

RGB717847-
CMYK0.0900.400.69
HSL73.55º24.8%24.51%-
HSV(B)73.55º39.74%30.59%-
XYZ5.846.993.73-
YUV72.37113.68127.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=36.22%
G=39.80%
B=23.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178470.0900.400.6973.5524.824.51
Hex474E2F9028454a1919
Octal10711657110501051123131
Binary1000111100111010111110010101000100010110010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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