#464E24

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

Shades of Bronzetone #464E24

Tints of Bronzetone #464E24

Color information

#464E24 (or 0x464E24) is unknown color: approx Bronzetone. HEX triplet: 46, 4E and 24. RGB value is (70,78,36). Sum of RGB (Red+Green+Blue) = 70+78+36=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #464E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E24 is #B9B1DB. Grayscale: #464646. Windows color (decimal): -12169692 or 2379334. OLE color: 2379334.

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

Color convert

RGB707836-
CMYK0.1000.540.69
HSL71.43º36.84%22.35%-
HSV(B)71.43º53.85%30.59%-
XYZ5.576.882.7-
YUV70.82108.35127.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 36 (14.45% from 255) = 19.57%
R=38.04%
G=42.39%
B=19.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7078360.1000.540.6971.4336.8422.35
Hex464E24A03645472516
Octal10611644120661051074526
Binary10001101001110100100101001101101000101100011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464E24; }

 p { color: rgb(70,78,36); }

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

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

 a { background-color: rgb(70,78,36); }

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

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

 span { border-color: rgb(70,78,36); }

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