#376649

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

Shades of Plantation #376649

Tints of Plantation #376649

Color information

#376649 (or 0x376649) is unknown color: approx Plantation. HEX triplet: 37, 66 and 49. RGB value is (55,102,73). Sum of RGB (Red+Green+Blue) = 55+102+73=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #376649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376649 is #C899B6. Grayscale: #545454. Windows color (decimal): -13146551 or 4810295. OLE color: 4810295.

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

Color convert

RGB5510273-
CMYK0.4600.280.6
HSL142.98º29.94%30.78%-
HSV(B)142.98º46.08%40%-
XYZ7.5310.87.99-
YUV84.64121.43106.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=23.91%
G=44.35%
B=31.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55102730.4600.280.6142.9829.9430.78
Hex3766492E01C3C8f1e1f
Octal6714611156034742173637
Binary11011111001101001001101110011100111100100011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376649; }

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

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

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

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

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

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

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

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