#385C46

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

Shades of Plantation #385C46

Tints of Plantation #385C46

Color information

#385C46 (or 0x385C46) is unknown color: approx Plantation. HEX triplet: 38, 5C and 46. RGB value is (56,92,70). Sum of RGB (Red+Green+Blue) = 56+92+70=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #385C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C46 is #C7A3B9. Grayscale: #4E4E4E. Windows color (decimal): -13083578 or 4611128. OLE color: 4611128.

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

Color convert

RGB569270-
CMYK0.3900.240.64
HSL143.33º24.32%29.02%-
HSV(B)143.33º39.13%36.08%-
XYZ6.568.947.17-
YUV78.73123.07111.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 92 (36.33% from 255) = 42.20%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=25.69%
G=42.20%
B=32.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5692700.3900.240.64143.3324.3229.02
Hex385C4627018408f181d
Octal70134106470301002173035
Binary111000101110010001101001110110001000000100011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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