#375747

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

Shades of Plantation #375747

Tints of Plantation #375747

Color information

#375747 (or 0x375747) is unknown color: approx Plantation. HEX triplet: 37, 57 and 47. RGB value is (55,87,71). Sum of RGB (Red+Green+Blue) = 55+87+71=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #375747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375747 is #C8A8B8. Grayscale: #4B4B4B. Windows color (decimal): -13150393 or 4675383. OLE color: 4675383.

HSL color Cylindrical-coordinate representation of color #375747: hue angle of 150º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375747 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB558771-
CMYK0.3700.180.66
HSL150º22.54%27.84%-
HSV(B)150º36.78%34.12%-
XYZ6.128.087.2-
YUV75.61125.4113.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 87 (34.38% from 255) = 40.85%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=25.82%
G=40.85%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5587710.3700.180.6615022.5427.84
Hex375747250124296171c
Octal67127107450221022262734
Binary110111101011110001111001010100101000010100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375747; }

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

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

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

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

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

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

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

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