#386849

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

Shades of Plantation #386849

Tints of Plantation #386849

Color information

#386849 (or 0x386849) is unknown color: approx Plantation. HEX triplet: 38, 68 and 49. RGB value is (56,104,73). Sum of RGB (Red+Green+Blue) = 56+104+73=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #386849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386849 is #C797B6. Grayscale: #565656. Windows color (decimal): -13080503 or 4810808. OLE color: 4810808.

HSL color Cylindrical-coordinate representation of color #386849: hue angle of 141.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386849 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB5610473-
CMYK0.4600.300.59
HSL141.25º30%31.37%-
HSV(B)141.25º46.15%40.78%-
XYZ7.7811.228.06-
YUV86.11120.6106.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=24.03%
G=44.64%
B=31.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104730.4600.300.59141.253031.37
Hex3868492E01E3B8d1e1f
Octal7015011156036732153637
Binary11100011010001001001101110011110111011100011011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386849; }

 p { color: rgb(56,104,73); }

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

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

 a { background-color: rgb(56,104,73); }

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

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

 span { border-color: rgb(56,104,73); }

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