#445126

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

Shades of Bronzetone #445126

Tints of Bronzetone #445126

Color information

#445126 (or 0x445126) is unknown color: approx Bronzetone. HEX triplet: 44, 51 and 26. RGB value is (68,81,38). Sum of RGB (Red+Green+Blue) = 68+81+38=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #445126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445126 is #BBAED9. Grayscale: #484848. Windows color (decimal): -12299994 or 2511172. OLE color: 2511172.

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

Color convert

RGB688138-
CMYK0.1600.530.68
HSL78.14º36.13%23.33%-
HSV(B)78.14º53.09%31.76%-
XYZ5.687.252.93-
YUV72.21108.69125-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=36.36%
G=43.32%
B=20.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881380.1600.530.6878.1436.1323.33
Hex44512610035444e2417
Octal10412146200651041164427
Binary100010010100011001101000001101011000100100111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445126; }

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

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

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

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

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

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

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

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