#386247

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

Shades of Plantation #386247

Tints of Plantation #386247

Color information

#386247 (or 0x386247) is unknown color: approx Plantation. HEX triplet: 38, 62 and 47. RGB value is (56,98,71). Sum of RGB (Red+Green+Blue) = 56+98+71=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #386247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386247 is #C79DB8. Grayscale: #525252. Windows color (decimal): -13082041 or 4678200. OLE color: 4678200.

HSL color Cylindrical-coordinate representation of color #386247: hue angle of 141.43º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386247 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB569871-
CMYK0.4300.280.62
HSL141.43º27.27%30.2%-
HSV(B)141.43º42.86%38.43%-
XYZ7.1410.037.52-
YUV82.36121.59109.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=24.89%
G=43.56%
B=31.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698710.4300.280.62141.4327.2730.2
Hex3862472B01C3E8d1b1e
Octal7014210753034762153336
Binary11100011000101000111101011011100111110100011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386247; }

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

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

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

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

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

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

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

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