#375547

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

Shades of Plantation #375547

Tints of Plantation #375547

Color information

#375547 (or 0x375547) is unknown color: approx Plantation. HEX triplet: 37, 55 and 47. RGB value is (55,85,71). Sum of RGB (Red+Green+Blue) = 55+85+71=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #375547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375547 is #C8AAB8. Grayscale: #4A4A4A. Windows color (decimal): -13150905 or 4674871. OLE color: 4674871.

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

Color convert

RGB558571-
CMYK0.3500.160.67
HSL152º21.43%27.45%-
HSV(B)152º35.29%33.33%-
XYZ5.967.767.15-
YUV74.43126.06114.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=26.07%
G=40.28%
B=33.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585710.3500.160.6715221.4327.45
Hex375547230104398151b
Octal67125107430201032302533
Binary110111101010110001111000110100001000011100110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375547; }

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

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

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

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

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

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

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

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