#385648

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

Shades of Plantation #385648

Tints of Plantation #385648

Color information

#385648 (or 0x385648) is unknown color: approx Plantation. HEX triplet: 38, 56 and 48. RGB value is (56,86,72). Sum of RGB (Red+Green+Blue) = 56+86+72=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #385648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385648 is #C7A9B7. Grayscale: #4B4B4B. Windows color (decimal): -13085112 or 4740664. OLE color: 4740664.

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

Color convert

RGB568672-
CMYK0.3500.160.66
HSL152º21.13%27.84%-
HSV(B)152º34.88%33.73%-
XYZ6.137.967.35-
YUV75.43126.06114.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=26.17%
G=40.19%
B=33.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686720.3500.160.6615221.1327.84
Hex385648230104298151c
Octal70126110430201022302534
Binary111000101011010010001000110100001000010100110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385648; }

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

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

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

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

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

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

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

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