#385D4C

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

Shades of Plantation #385D4C

Tints of Plantation #385D4C

Color information

#385D4C (or 0x385D4C) is unknown color: approx Plantation. HEX triplet: 38, 5D and 4C. RGB value is (56,93,76). Sum of RGB (Red+Green+Blue) = 56+93+76=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #385D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D4C is #C7A2B3. Grayscale: #505050. Windows color (decimal): -13083316 or 5004600. OLE color: 5004600.

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

Color convert

RGB569376-
CMYK0.4000.180.64
HSL152.43º24.83%29.22%-
HSV(B)152.43º39.78%36.47%-
XYZ6.859.198.25-
YUV80125.74110.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=24.89%
G=41.33%
B=33.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693760.4000.180.64152.4324.8329.22
Hex385D4C280124098191d
Octal70135114500221002303135
Binary111000101110110011001010000100101000000100110001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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