#424C2D

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

Shades of Bronzetone #424C2D

Tints of Bronzetone #424C2D

Color information

#424C2D (or 0x424C2D) is unknown color: approx Bronzetone. HEX triplet: 42, 4C and 2D. RGB value is (66,76,45). Sum of RGB (Red+Green+Blue) = 66+76+45=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #424C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C2D is #BDB3D2. Grayscale: #454545. Windows color (decimal): -12432339 or 2968642. OLE color: 2968642.

HSL color Cylindrical-coordinate representation of color #424C2D: hue angle of 79.35º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424C2D is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB667645-
CMYK0.1300.410.70
HSL79.35º25.62%23.73%-
HSV(B)79.35º40.79%29.8%-
XYZ5.36.523.46-
YUV69.48114.19125.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=35.29%
G=40.64%
B=24.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6676450.1300.410.7079.3525.6223.73
Hex424C2DD029464f1a18
Octal10211455150511061173230
Binary1000010100110010110111010101001100011010011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424C2D; }

 p { color: rgb(66,76,45); }

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

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

 a { background-color: rgb(66,76,45); }

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

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

 span { border-color: rgb(66,76,45); }

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