#425448

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

Shades of Plantation #425448

Tints of Plantation #425448

Color information

#425448 (or 0x425448) is unknown color: approx Plantation. HEX triplet: 42, 54 and 48. RGB value is (66,84,72). Sum of RGB (Red+Green+Blue) = 66+84+72=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #425448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425448 is #BDABB7. Grayscale: #4D4D4D. Windows color (decimal): -12430264 or 4740162. OLE color: 4740162.

HSL color Cylindrical-coordinate representation of color #425448: hue angle of 140º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #425448 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB668472-
CMYK0.2100.140.67
HSL140º12%29.41%-
HSV(B)140º21.43%32.94%-
XYZ6.597.977.32-
YUV77.25125.04119.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=29.73%
G=37.84%
B=32.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684720.2100.140.671401229.41
Hex425448150E438cc1d
Octal102124110250161032141435
Binary1000010101010010010001010101110100001110001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425448; }

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

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

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

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

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

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

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

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