#414C26

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

Shades of Bronzetone #414C26

Tints of Bronzetone #414C26

Color information

#414C26 (or 0x414C26) is unknown color: approx Bronzetone. HEX triplet: 41, 4C and 26. RGB value is (65,76,38). Sum of RGB (Red+Green+Blue) = 65+76+38=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #414C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C26 is #BEB3D9. Grayscale: #444444. Windows color (decimal): -12497882 or 2509889. OLE color: 2509889.

HSL color Cylindrical-coordinate representation of color #414C26: hue angle of 77.37º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414C26 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB657638-
CMYK0.1400.50.70
HSL77.37º33.33%22.35%-
HSV(B)77.37º50%29.8%-
XYZ5.116.432.81-
YUV68.38110.86125.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=36.31%
G=42.46%
B=21.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6576380.1400.50.7077.3733.3322.35
Hex414C26E032464d2116
Octal10111446160621061154126
Binary10000011001100100110111001100101000110100110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414C26; }

 p { color: rgb(65,76,38); }

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

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

 a { background-color: rgb(65,76,38); }

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

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

 span { border-color: rgb(65,76,38); }

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