#474E28

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

Shades of Bronzetone #474E28

Tints of Bronzetone #474E28

Color information

#474E28 (or 0x474E28) is unknown color: approx Bronzetone. HEX triplet: 47, 4E and 28. RGB value is (71,78,40). Sum of RGB (Red+Green+Blue) = 71+78+40=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #474E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E28 is #B8B1D7. Grayscale: #474747. Windows color (decimal): -12104152 or 2641479. OLE color: 2641479.

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

Color convert

RGB717840-
CMYK0.0900.490.69
HSL71.05º32.2%23.14%-
HSV(B)71.05º48.72%30.59%-
XYZ5.716.943.05-
YUV71.57110.18127.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=37.57%
G=41.27%
B=21.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178400.0900.490.6971.0532.223.14
Hex474E28903145472017
Octal10711650110611051074027
Binary10001111001110101000100101100011000101100011110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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