#375649

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

Shades of Plantation #375649

Tints of Plantation #375649

Color information

#375649 (or 0x375649) is unknown color: approx Plantation. HEX triplet: 37, 56 and 49. RGB value is (55,86,73). Sum of RGB (Red+Green+Blue) = 55+86+73=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #375649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375649 is #C8A9B6. Grayscale: #4B4B4B. Windows color (decimal): -13150647 or 4806199. OLE color: 4806199.

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

Color convert

RGB558673-
CMYK0.3600.150.66
HSL154.84º21.99%27.65%-
HSV(B)154.84º36.05%33.73%-
XYZ6.117.957.52-
YUV75.25126.73113.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=25.70%
G=40.19%
B=34.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586730.3600.150.66154.8421.9927.65
Hex375649240F429b161c
Octal67126111440171022332634
Binary11011110101101001001100100011111000010100110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375649; }

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

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

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

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

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

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

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

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