#385D48

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

Shades of Plantation #385D48

Tints of Plantation #385D48

Color information

#385D48 (or 0x385D48) is unknown color: approx Plantation. HEX triplet: 38, 5D and 48. RGB value is (56,93,72). Sum of RGB (Red+Green+Blue) = 56+93+72=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #385D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D48 is #C7A2B7. Grayscale: #4F4F4F. Windows color (decimal): -13083320 or 4742456. OLE color: 4742456.

HSL color Cylindrical-coordinate representation of color #385D48: hue angle of 145.95º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D48 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB569372-
CMYK0.4000.230.64
HSL145.95º24.83%29.22%-
HSV(B)145.95º39.78%36.47%-
XYZ6.719.147.54-
YUV79.54123.74111.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=25.34%
G=42.08%
B=32.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693720.4000.230.64145.9524.8329.22
Hex385D48280174092191d
Octal70135110500271002223135
Binary111000101110110010001010000101111000000100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385D48; }

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

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

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

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

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

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

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

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