#385D4A

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

Shades of Plantation #385D4A

Tints of Plantation #385D4A

Color information

#385D4A (or 0x385D4A) is unknown color: approx Plantation. HEX triplet: 38, 5D and 4A. RGB value is (56,93,74). Sum of RGB (Red+Green+Blue) = 56+93+74=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #385D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D4A is #C7A2B5. Grayscale: #4F4F4F. Windows color (decimal): -13083318 or 4873528. OLE color: 4873528.

HSL color Cylindrical-coordinate representation of color #385D4A: hue angle of 149.19º 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 #385D4A is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB569374-
CMYK0.4000.200.64
HSL149.19º24.83%29.22%-
HSV(B)149.19º39.78%36.47%-
XYZ6.789.167.89-
YUV79.77124.74111.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=25.11%
G=41.70%
B=33.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693740.4000.200.64149.1924.8329.22
Hex385D4A280144095191d
Octal70135112500241002253135
Binary111000101110110010101010000101001000000100101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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