#425126

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

Shades of Bronzetone #425126

Tints of Bronzetone #425126

Color information

#425126 (or 0x425126) is unknown color: approx Bronzetone. HEX triplet: 42, 51 and 26. RGB value is (66,81,38). Sum of RGB (Red+Green+Blue) = 66+81+38=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #425126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425126 is #BDAED9. Grayscale: #474747. Windows color (decimal): -12431066 or 2511170. OLE color: 2511170.

HSL color Cylindrical-coordinate representation of color #425126: hue angle of 80.93º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #425126 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB668138-
CMYK0.1900.530.68
HSL80.93º36.13%23.33%-
HSV(B)80.93º53.09%31.76%-
XYZ5.547.182.93-
YUV71.61109.03124-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=35.68%
G=43.78%
B=20.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681380.1900.530.6880.9336.1323.33
Hex4251261303544512417
Octal10212146230651041214427
Binary100001010100011001101001101101011000100101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425126; }

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

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

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

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

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

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

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

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