#454928

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

Shades of Bronzetone #454928

Tints of Bronzetone #454928

Color information

#454928 (or 0x454928) is unknown color: approx Bronzetone. HEX triplet: 45, 49 and 28. RGB value is (69,73,40). Sum of RGB (Red+Green+Blue) = 69+73+40=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #454928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454928 is #BAB6D7. Grayscale: #444444. Windows color (decimal): -12236504 or 2640197. OLE color: 2640197.

HSL color Cylindrical-coordinate representation of color #454928: hue angle of 67.27º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #454928 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB697340-
CMYK0.0500.450.71
HSL67.27º29.2%22.16%-
HSV(B)67.27º45.21%28.63%-
XYZ5.226.182.93-
YUV68.04112.17128.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=37.91%
G=40.11%
B=21.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973400.0500.450.7167.2729.222.16
Hex454928502D47431d16
Octal1051115050551071033526
Binary100010110010011010001010101101100011110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454928; }

 p { color: rgb(69,73,40); }

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

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

 a { background-color: rgb(69,73,40); }

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

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

 span { border-color: rgb(69,73,40); }

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