#376648

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

Shades of Plantation #376648

Tints of Plantation #376648

Color information

#376648 (or 0x376648) is unknown color: approx Plantation. HEX triplet: 37, 66 and 48. RGB value is (55,102,72). Sum of RGB (Red+Green+Blue) = 55+102+72=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #376648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376648 is #C899B7. Grayscale: #545454. Windows color (decimal): -13146552 or 4744759. OLE color: 4744759.

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

Color convert

RGB5510272-
CMYK0.4600.290.6
HSL141.7º29.94%30.78%-
HSV(B)141.7º46.08%40%-
XYZ7.510.787.82-
YUV84.53120.93106.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=24.02%
G=44.54%
B=31.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55102720.4600.290.6141.729.9430.78
Hex3766482E01D3C8e1e1f
Octal6714611056035742163637
Binary11011111001101001000101110011101111100100011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376648; }

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

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

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

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

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

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

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

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