#475126

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

Shades of Bronzetone #475126

Tints of Bronzetone #475126

Color information

#475126 (or 0x475126) is unknown color: approx Bronzetone. HEX triplet: 47, 51 and 26. RGB value is (71,81,38). Sum of RGB (Red+Green+Blue) = 71+81+38=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #475126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475126 is #B8AED9. Grayscale: #494949. Windows color (decimal): -12103386 or 2511175. OLE color: 2511175.

HSL color Cylindrical-coordinate representation of color #475126: hue angle of 73.95º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #475126 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB718138-
CMYK0.1200.530.68
HSL73.95º36.13%23.33%-
HSV(B)73.95º53.09%31.76%-
XYZ5.897.362.94-
YUV73.11108.19126.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 38 (15.23% from 255) = 20%
R=37.37%
G=42.63%
B=20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7181380.1200.530.6873.9536.1323.33
Hex475126C035444a2417
Octal10712146140651041124427
Binary10001111010001100110110001101011000100100101010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475126; }

 p { color: rgb(71,81,38); }

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

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

 a { background-color: rgb(71,81,38); }

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

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

 span { border-color: rgb(71,81,38); }

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