#424B2E

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

Shades of Bronzetone #424B2E

Tints of Bronzetone #424B2E

Color information

#424B2E (or 0x424B2E) is unknown color: approx Bronzetone. HEX triplet: 42, 4B and 2E. RGB value is (66,75,46). Sum of RGB (Red+Green+Blue) = 66+75+46=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #424B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B2E is #BDB4D1. Grayscale: #454545. Windows color (decimal): -12432594 or 3033922. OLE color: 3033922.

HSL color Cylindrical-coordinate representation of color #424B2E: hue angle of 78.62º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424B2E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB667546-
CMYK0.1200.390.71
HSL78.62º23.97%23.73%-
HSV(B)78.62º38.67%29.41%-
XYZ5.266.393.54-
YUV69115.02125.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=35.29%
G=40.11%
B=24.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675460.1200.390.7178.6223.9723.73
Hex424B2EC027474f1818
Octal10211356140471071173030
Binary1000010100101110111011000100111100011110011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,75,46); }

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

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

 a { background-color: rgb(66,75,46); }

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

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

 span { border-color: rgb(66,75,46); }

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