#455122

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

Shades of Bronzetone #455122

Tints of Bronzetone #455122

Color information

#455122 (or 0x455122) is unknown color: approx Bronzetone. HEX triplet: 45, 51 and 22. RGB value is (69,81,34). Sum of RGB (Red+Green+Blue) = 69+81+34=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #455122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455122 is #BAAEDD. Grayscale: #484848. Windows color (decimal): -12234462 or 2249029. OLE color: 2249029.

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

Color convert

RGB698134-
CMYK0.1500.580.68
HSL75.32º40.87%22.55%-
HSV(B)75.32º58.02%31.76%-
XYZ5.697.272.62-
YUV72.05106.52125.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 34 (13.67% from 255) = 18.48%
R=37.5%
G=44.02%
B=18.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981340.1500.580.6875.3240.8722.55
Hex455122F03A444b2917
Octal10512142170721041135127
Binary10001011010001100010111101110101000100100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455122; }

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

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

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

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

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

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

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

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