#375548

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

Shades of Plantation #375548

Tints of Plantation #375548

Color information

#375548 (or 0x375548) is unknown color: approx Plantation. HEX triplet: 37, 55 and 48. RGB value is (55,85,72). Sum of RGB (Red+Green+Blue) = 55+85+72=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #375548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375548 is #C8AAB7. Grayscale: #4A4A4A. Windows color (decimal): -13150904 or 4740407. OLE color: 4740407.

HSL color Cylindrical-coordinate representation of color #375548: hue angle of 154º 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 #375548 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB558572-
CMYK0.3500.150.67
HSL154º21.43%27.45%-
HSV(B)154º35.29%33.33%-
XYZ5.997.787.32-
YUV74.55126.56114.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=25.94%
G=40.09%
B=33.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585720.3500.150.6715421.4327.45
Hex375548230F439a151b
Octal67125110430171032322533
Binary11011110101011001000100011011111000011100110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375548; }

 p { color: rgb(55,85,72); }

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

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

 a { background-color: rgb(55,85,72); }

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

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

 span { border-color: rgb(55,85,72); }

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