#375A46

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

Shades of Plantation #375A46

Tints of Plantation #375A46

Color information

#375A46 (or 0x375A46) is unknown color: approx Plantation. HEX triplet: 37, 5A and 46. RGB value is (55,90,70). Sum of RGB (Red+Green+Blue) = 55+90+70=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #375A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A46 is #C8A5B9. Grayscale: #4D4D4D. Windows color (decimal): -13149626 or 4610615. OLE color: 4610615.

HSL color Cylindrical-coordinate representation of color #375A46: hue angle of 145.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #375A46 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB559070-
CMYK0.3900.220.65
HSL145.71º24.14%28.43%-
HSV(B)145.71º38.89%35.29%-
XYZ6.348.577.11-
YUV77.26123.9112.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=25.58%
G=41.86%
B=32.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5590700.3900.220.65145.7124.1428.43
Hex375A46270164192181c
Octal67132106470261012223034
Binary110111101101010001101001110101101000001100100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375A46; }

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

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

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

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

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

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

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

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