#425048

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

Shades of Plantation #425048

Tints of Plantation #425048

Color information

#425048 (or 0x425048) is unknown color: approx Plantation. HEX triplet: 42, 50 and 48. RGB value is (66,80,72). Sum of RGB (Red+Green+Blue) = 66+80+72=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #425048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425048 is #BDAFB7. Grayscale: #4A4A4A. Windows color (decimal): -12431288 or 4739138. OLE color: 4739138.

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

Color convert

RGB668072-
CMYK0.1700.100.69
HSL145.71º9.59%28.63%-
HSV(B)145.71º17.5%31.37%-
XYZ6.297.367.22-
YUV74.9126.36121.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=30.28%
G=36.70%
B=33.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680720.1700.100.69145.719.5928.63
Hex425048110A4592a1d
Octal102120110210121052221235
Binary1000010101000010010001000101010100010110010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425048; }

 p { color: rgb(66,80,72); }

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

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

 a { background-color: rgb(66,80,72); }

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

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

 span { border-color: rgb(66,80,72); }

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