#376548

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

Shades of Plantation #376548

Tints of Plantation #376548

Color information

#376548 (or 0x376548) is unknown color: approx Plantation. HEX triplet: 37, 65 and 48. RGB value is (55,101,72). Sum of RGB (Red+Green+Blue) = 55+101+72=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #376548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376548 is #C89AB7. Grayscale: #545454. Windows color (decimal): -13146808 or 4744503. OLE color: 4744503.

HSL color Cylindrical-coordinate representation of color #376548: hue angle of 142.17º 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 #376548 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB5510172-
CMYK0.4600.290.60
HSL142.17º29.49%30.59%-
HSV(B)142.17º45.54%39.61%-
XYZ7.410.597.78-
YUV83.94121.26107.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=24.12%
G=44.30%
B=31.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55101720.4600.290.60142.1729.4930.59
Hex3765482E01D3C8e1d1f
Octal6714511056035742163537
Binary11011111001011001000101110011101111100100011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376548; }

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

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

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

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

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

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

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

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