#425549

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

Shades of Plantation #425549

Tints of Plantation #425549

Color information

#425549 (or 0x425549) is unknown color: approx Plantation. HEX triplet: 42, 55 and 49. RGB value is (66,85,73). Sum of RGB (Red+Green+Blue) = 66+85+73=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #425549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425549 is #BDAAB6. Grayscale: #4D4D4D. Windows color (decimal): -12430007 or 4805954. OLE color: 4805954.

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

Color convert

RGB668573-
CMYK0.2200.140.67
HSL142.11º12.58%29.61%-
HSV(B)142.11º22.35%33.33%-
XYZ6.78.147.52-
YUV77.95125.21119.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=29.46%
G=37.95%
B=32.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685730.2200.140.67142.1112.5829.61
Hex425549160E438ed1e
Octal102125111260161032161536
Binary1000010101010110010011011001110100001110001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425549; }

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

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

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

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

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

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

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

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