#424930

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

Shades of Bronzetone #424930

Tints of Bronzetone #424930

Color information

#424930 (or 0x424930) is unknown color: approx Bronzetone. HEX triplet: 42, 49 and 30. RGB value is (66,73,48). Sum of RGB (Red+Green+Blue) = 66+73+48=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #424930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424930 is #BDB6CF. Grayscale: #444444. Windows color (decimal): -12433104 or 3164482. OLE color: 3164482.

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

Color convert

RGB667348-
CMYK0.1000.340.71
HSL76.8º20.66%23.73%-
HSV(B)76.8º34.25%28.63%-
XYZ5.166.143.71-
YUV68.06116.68126.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 48 (19.14% from 255) = 25.67%
R=35.29%
G=39.04%
B=25.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673480.1000.340.7176.820.6623.73
Hex424930A022474d1518
Octal10211160120421071152530
Binary1000010100100111000010100100010100011110011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424930; }

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

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

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

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

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

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

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

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