#404A24

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

Shades of Bronzetone #404A24

Tints of Bronzetone #404A24

Color information

#404A24 (or 0x404A24) is unknown color: approx Bronzetone. HEX triplet: 40, 4A and 24. RGB value is (64,74,36). Sum of RGB (Red+Green+Blue) = 64+74+36=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #404A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A24 is #BFB5DB. Grayscale: #424242. Windows color (decimal): -12563932 or 2378304. OLE color: 2378304.

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

Color convert

RGB647436-
CMYK0.1400.510.71
HSL75.79º34.55%21.57%-
HSV(B)75.79º51.35%29.02%-
XYZ4.886.112.59-
YUV66.68110.69126.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=36.78%
G=42.53%
B=20.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6474360.1400.510.7175.7934.5521.57
Hex404A24E033474c2316
Octal10011244160631071144326
Binary10000001001010100100111001100111000111100110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404A24; }

 p { color: rgb(64,74,36); }

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

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

 a { background-color: rgb(64,74,36); }

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

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

 span { border-color: rgb(64,74,36); }

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