#386547

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

Shades of Plantation #386547

Tints of Plantation #386547

Color information

#386547 (or 0x386547) is unknown color: approx Plantation. HEX triplet: 38, 65 and 47. RGB value is (56,101,71). Sum of RGB (Red+Green+Blue) = 56+101+71=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #386547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386547 is #C79AB8. Grayscale: #545454. Windows color (decimal): -13081273 or 4678968. OLE color: 4678968.

HSL color Cylindrical-coordinate representation of color #386547: hue angle of 140º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386547 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB5610171-
CMYK0.4500.300.60
HSL140º28.66%30.78%-
HSV(B)140º44.55%39.61%-
XYZ7.4210.67.62-
YUV84.12120.59107.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 71 (28.12% from 255) = 31.14%
R=24.56%
G=44.30%
B=31.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101710.4500.300.6014028.6630.78
Hex3865472D01E3C8c1d1f
Octal7014510755036742143537
Binary11100011001011000111101101011110111100100011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386547; }

 p { color: rgb(56,101,71); }

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

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

 a { background-color: rgb(56,101,71); }

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

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

 span { border-color: rgb(56,101,71); }

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