#455126

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

Shades of Bronzetone #455126

Tints of Bronzetone #455126

Color information

#455126 (or 0x455126) is unknown color: approx Bronzetone. HEX triplet: 45, 51 and 26. RGB value is (69,81,38). Sum of RGB (Red+Green+Blue) = 69+81+38=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #455126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455126 is #BAAED9. Grayscale: #484848. Windows color (decimal): -12234458 or 2511173. OLE color: 2511173.

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

Color convert

RGB698138-
CMYK0.1500.530.68
HSL76.74º36.13%23.33%-
HSV(B)76.74º53.09%31.76%-
XYZ5.757.292.94-
YUV72.51108.52125.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=36.70%
G=43.09%
B=20.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981380.1500.530.6876.7436.1323.33
Hex455126F035444d2417
Octal10512146170651041154427
Binary10001011010001100110111101101011000100100110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455126; }

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

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

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

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

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

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

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

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