#376249

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

Shades of Plantation #376249

Tints of Plantation #376249

Color information

#376249 (or 0x376249) is unknown color: approx Plantation. HEX triplet: 37, 62 and 49. RGB value is (55,98,73). Sum of RGB (Red+Green+Blue) = 55+98+73=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #376249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376249 is #C89DB6. Grayscale: #525252. Windows color (decimal): -13147575 or 4809271. OLE color: 4809271.

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

Color convert

RGB559873-
CMYK0.4400.260.62
HSL145.12º28.1%30%-
HSV(B)145.12º43.88%38.43%-
XYZ7.1510.037.86-
YUV82.29122.75108.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=24.34%
G=43.36%
B=32.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598730.4400.260.62145.1228.130
Hex3762492C01A3E911c1e
Octal6714211154032762213436
Binary11011111000101001001101100011010111110100100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376249; }

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

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

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

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

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

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

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

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