#376549

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

Shades of Plantation #376549

Tints of Plantation #376549

Color information

#376549 (or 0x376549) is unknown color: approx Plantation. HEX triplet: 37, 65 and 49. RGB value is (55,101,73). Sum of RGB (Red+Green+Blue) = 55+101+73=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #376549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376549 is #C89AB6. Grayscale: #545454. Windows color (decimal): -13146807 or 4810039. OLE color: 4810039.

HSL color Cylindrical-coordinate representation of color #376549: hue angle of 143.48º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #376549 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB5510173-
CMYK0.4600.280.60
HSL143.48º29.49%30.59%-
HSV(B)143.48º45.54%39.61%-
XYZ7.4310.67.96-
YUV84.05121.76107.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 101 (39.84% from 255) = 44.10%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=24.02%
G=44.10%
B=31.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55101730.4600.280.60143.4829.4930.59
Hex3765492E01C3C8f1d1f
Octal6714511156034742173537
Binary11011111001011001001101110011100111100100011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376549; }

 p { color: rgb(55,101,73); }

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

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

 a { background-color: rgb(55,101,73); }

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

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

 span { border-color: rgb(55,101,73); }

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