#424934

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

Shades of Bronzetone #424934

Tints of Bronzetone #424934

Color information

#424934 (or 0x424934) is unknown color: approx Bronzetone. HEX triplet: 42, 49 and 34. RGB value is (66,73,52). Sum of RGB (Red+Green+Blue) = 66+73+52=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #424934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424934 is #BDB6CB. Grayscale: #444444. Windows color (decimal): -12433100 or 3426626. OLE color: 3426626.

HSL color Cylindrical-coordinate representation of color #424934: hue angle of 80º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #424934 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB667352-
CMYK0.1000.290.71
HSL80º16.8%24.51%-
HSV(B)80º28.77%28.63%-
XYZ5.256.174.16-
YUV68.51118.68126.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=34.55%
G=38.22%
B=27.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673520.1000.290.718016.824.51
Hex424934A01D47501119
Octal10211164120351071202131
Binary100001010010011101001010011101100011110100001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424934; }

 p { color: rgb(66,73,52); }

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

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

 a { background-color: rgb(66,73,52); }

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

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

 span { border-color: rgb(66,73,52); }

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