#385846

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

Shades of Plantation #385846

Tints of Plantation #385846

Color information

#385846 (or 0x385846) is unknown color: approx Plantation. HEX triplet: 38, 58 and 46. RGB value is (56,88,70). Sum of RGB (Red+Green+Blue) = 56+88+70=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #385846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385846 is #C7A7B9. Grayscale: #4C4C4C. Windows color (decimal): -13084602 or 4610104. OLE color: 4610104.

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

Color convert

RGB568870-
CMYK0.3600.200.65
HSL146.25º22.22%28.24%-
HSV(B)146.25º36.36%34.51%-
XYZ6.238.267.06-
YUV76.38124.4113.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=26.17%
G=41.12%
B=32.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688700.3600.200.65146.2522.2228.24
Hex385846240144192161c
Octal70130106440241012222634
Binary111000101100010001101001000101001000001100100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385846; }

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

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

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

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

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

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

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

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