#385748

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

Shades of Plantation #385748

Tints of Plantation #385748

Color information

#385748 (or 0x385748) is unknown color: approx Plantation. HEX triplet: 38, 57 and 48. RGB value is (56,87,72). Sum of RGB (Red+Green+Blue) = 56+87+72=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #385748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385748 is #C7A8B7. Grayscale: #4C4C4C. Windows color (decimal): -13084856 or 4740920. OLE color: 4740920.

HSL color Cylindrical-coordinate representation of color #385748: hue angle of 150.97º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385748 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB568772-
CMYK0.3600.170.66
HSL150.97º21.68%28.04%-
HSV(B)150.97º35.63%34.12%-
XYZ6.218.137.37-
YUV76.02125.73113.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 87 (34.38% from 255) = 40.47%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=26.05%
G=40.47%
B=33.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687720.3600.170.66150.9721.6828.04
Hex385748240114297161c
Octal70127110440211022272634
Binary111000101011110010001001000100011000010100101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385748; }

 p { color: rgb(56,87,72); }

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

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

 a { background-color: rgb(56,87,72); }

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

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

 span { border-color: rgb(56,87,72); }

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