#375945

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

Shades of Plantation #375945

Tints of Plantation #375945

Color information

#375945 (or 0x375945) is unknown color: approx Plantation. HEX triplet: 37, 59 and 45. RGB value is (55,89,69). Sum of RGB (Red+Green+Blue) = 55+89+69=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #375945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375945 is #C8A6BA. Grayscale: #4C4C4C. Windows color (decimal): -13149883 or 4544823. OLE color: 4544823.

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

Color convert

RGB558969-
CMYK0.3800.220.65
HSL144.71º23.61%28.24%-
HSV(B)144.71º38.2%34.9%-
XYZ6.228.396.92-
YUV76.55123.74112.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 69 (27.34% from 255) = 32.39%
R=25.82%
G=41.78%
B=32.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589690.3800.220.65144.7123.6128.24
Hex375945260164191181c
Octal67131105460261012213034
Binary110111101100110001011001100101101000001100100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375945; }

 p { color: rgb(55,89,69); }

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

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

 a { background-color: rgb(55,89,69); }

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

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

 span { border-color: rgb(55,89,69); }

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