#424926

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

Shades of Bronzetone #424926

Tints of Bronzetone #424926

Color information

#424926 (or 0x424926) is unknown color: approx Bronzetone. HEX triplet: 42, 49 and 26. RGB value is (66,73,38). Sum of RGB (Red+Green+Blue) = 66+73+38=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #424926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424926 is #BDB6D9. Grayscale: #434343. Windows color (decimal): -12433114 or 2509122. OLE color: 2509122.

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

Color convert

RGB667338-
CMYK0.1000.480.71
HSL72º31.53%21.76%-
HSV(B)72º47.95%28.63%-
XYZ4.986.062.74-
YUV66.92111.68127.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=37.29%
G=41.24%
B=21.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673380.1000.480.717231.5321.76
Hex424926A03047482016
Octal10211146120601071104026
Binary10000101001001100110101001100001000111100100010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424926; }

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

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

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

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

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

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

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

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