#376248

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

Shades of Plantation #376248

Tints of Plantation #376248

Color information

#376248 (or 0x376248) is unknown color: approx Plantation. HEX triplet: 37, 62 and 48. RGB value is (55,98,72). Sum of RGB (Red+Green+Blue) = 55+98+72=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #376248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376248 is #C89DB7. Grayscale: #525252. Windows color (decimal): -13147576 or 4743735. OLE color: 4743735.

HSL color Cylindrical-coordinate representation of color #376248: hue angle of 143.72º 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 #376248 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB559872-
CMYK0.4400.270.62
HSL143.72º28.1%30%-
HSV(B)143.72º43.88%38.43%-
XYZ7.1110.027.69-
YUV82.18122.25108.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 72 (28.52% from 255) = 32%
R=24.44%
G=43.56%
B=32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598720.4400.270.62143.7228.130
Hex3762482C01B3E901c1e
Octal6714211054033762203436
Binary11011111000101001000101100011011111110100100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376248; }

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

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

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

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

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

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

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

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