#415126

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

Shades of Bronzetone #415126

Tints of Bronzetone #415126

Color information

#415126 (or 0x415126) is unknown color: approx Bronzetone. HEX triplet: 41, 51 and 26. RGB value is (65,81,38). Sum of RGB (Red+Green+Blue) = 65+81+38=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #415126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415126 is #BEAED9. Grayscale: #474747. Windows color (decimal): -12496602 or 2511169. OLE color: 2511169.

HSL color Cylindrical-coordinate representation of color #415126: hue angle of 82.33º 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 #415126 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB658138-
CMYK0.2000.530.68
HSL82.33º36.13%23.33%-
HSV(B)82.33º53.09%31.76%-
XYZ5.477.152.93-
YUV71.31109.2123.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 38 (15.23% from 255) = 20.65%
R=35.33%
G=44.02%
B=20.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581380.2000.530.6882.3336.1323.33
Hex4151261403544522417
Octal10112146240651041224427
Binary100000110100011001101010001101011000100101001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415126; }

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

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

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

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

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

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

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

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