#404F24

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

Shades of Bronzetone #404F24

Tints of Bronzetone #404F24

Color information

#404F24 (or 0x404F24) is unknown color: approx Bronzetone. HEX triplet: 40, 4F and 24. RGB value is (64,79,36). Sum of RGB (Red+Green+Blue) = 64+79+36=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #404F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F24 is #BFB0DB. Grayscale: #454545. Windows color (decimal): -12562652 or 2379584. OLE color: 2379584.

HSL color Cylindrical-coordinate representation of color #404F24: hue angle of 80.93º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404F24 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB647936-
CMYK0.1900.540.69
HSL80.93º37.39%22.55%-
HSV(B)80.93º54.43%30.98%-
XYZ5.236.812.71-
YUV69.61109.03124-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 36 (14.45% from 255) = 20.11%
R=35.75%
G=44.13%
B=20.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479360.1900.540.6980.9337.3922.55
Hex404F241303645512517
Octal10011744230661051214527
Binary100000010011111001001001101101101000101101000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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