#376149

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

Shades of Plantation #376149

Tints of Plantation #376149

Color information

#376149 (or 0x376149) is unknown color: approx Plantation. HEX triplet: 37, 61 and 49. RGB value is (55,97,73). Sum of RGB (Red+Green+Blue) = 55+97+73=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #376149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376149 is #C89EB6. Grayscale: #515151. Windows color (decimal): -13147831 or 4809015. OLE color: 4809015.

HSL color Cylindrical-coordinate representation of color #376149: hue angle of 145.71º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376149 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB559773-
CMYK0.4300.250.62
HSL145.71º27.63%29.8%-
HSV(B)145.71º43.3%38.04%-
XYZ7.059.847.83-
YUV81.71123.09108.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=24.44%
G=43.11%
B=32.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5597730.4300.250.62145.7127.6329.8
Hex3761492B0193E921c1e
Octal6714111153031762223436
Binary11011111000011001001101011011001111110100100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376149; }

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

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

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

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

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

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

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

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