#385348

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

Shades of Plantation #385348

Tints of Plantation #385348

Color information

#385348 (or 0x385348) is unknown color: approx Plantation. HEX triplet: 38, 53 and 48. RGB value is (56,83,72). Sum of RGB (Red+Green+Blue) = 56+83+72=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #385348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385348 is #C7ACB7. Grayscale: #494949. Windows color (decimal): -13085880 or 4739896. OLE color: 4739896.

HSL color Cylindrical-coordinate representation of color #385348: hue angle of 155.56º 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 #385348 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB568372-
CMYK0.3300.130.67
HSL155.56º19.42%27.25%-
HSV(B)155.56º32.53%32.55%-
XYZ5.897.57.27-
YUV73.67127.05115.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=26.54%
G=39.34%
B=34.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683720.3300.130.67155.5619.4227.25
Hex385348210D439c131b
Octal70123110410151032342333
Binary11100010100111001000100001011011000011100111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385348; }

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

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

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

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

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

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

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

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