#385346

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

Shades of Plantation #385346

Tints of Plantation #385346

Color information

#385346 (or 0x385346) is unknown color: approx Plantation. HEX triplet: 38, 53 and 46. RGB value is (56,83,70). Sum of RGB (Red+Green+Blue) = 56+83+70=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #385346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385346 is #C7ACB9. Grayscale: #494949. Windows color (decimal): -13085882 or 4608824. OLE color: 4608824.

HSL color Cylindrical-coordinate representation of color #385346: hue angle of 151.11º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385346 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB568370-
CMYK0.3300.160.67
HSL151.11º19.42%27.25%-
HSV(B)151.11º32.53%32.55%-
XYZ5.837.476.93-
YUV73.45126.05115.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=26.79%
G=39.71%
B=33.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683700.3300.160.67151.1119.4227.25
Hex385346210104397131b
Octal70123106410201032272333
Binary111000101001110001101000010100001000011100101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385346; }

 p { color: rgb(56,83,70); }

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

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

 a { background-color: rgb(56,83,70); }

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

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

 span { border-color: rgb(56,83,70); }

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