#425649

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

Shades of Plantation #425649

Tints of Plantation #425649

Color information

#425649 (or 0x425649) is unknown color: approx Plantation. HEX triplet: 42, 56 and 49. RGB value is (66,86,73). Sum of RGB (Red+Green+Blue) = 66+86+73=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #425649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425649 is #BDA9B6. Grayscale: #4E4E4E. Windows color (decimal): -12429751 or 4806210. OLE color: 4806210.

HSL color Cylindrical-coordinate representation of color #425649: hue angle of 141º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #425649 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB668673-
CMYK0.2300.150.66
HSL141º13.16%29.8%-
HSV(B)141º23.26%33.73%-
XYZ6.788.297.55-
YUV78.54124.87119.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=29.33%
G=38.22%
B=32.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686730.2300.150.6614113.1629.8
Hex425649170F428dd1e
Octal102126111270171022151536
Binary1000010101011010010011011101111100001010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425649; }

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

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

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

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

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

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

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

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