#375446

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

Shades of Plantation #375446

Tints of Plantation #375446

Color information

#375446 (or 0x375446) is unknown color: approx Plantation. HEX triplet: 37, 54 and 46. RGB value is (55,84,70). Sum of RGB (Red+Green+Blue) = 55+84+70=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #375446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375446 is #C8ABB9. Grayscale: #494949. Windows color (decimal): -13151162 or 4609079. OLE color: 4609079.

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

Color convert

RGB558470-
CMYK0.3500.170.67
HSL151.03º20.86%27.25%-
HSV(B)151.03º34.52%32.94%-
XYZ5.857.66.95-
YUV73.73125.89114.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=26.32%
G=40.19%
B=33.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584700.3500.170.67151.0320.8627.25
Hex375446230114397151b
Octal67124106430211032272533
Binary110111101010010001101000110100011000011100101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375446; }

 p { color: rgb(55,84,70); }

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

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

 a { background-color: rgb(55,84,70); }

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

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

 span { border-color: rgb(55,84,70); }

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