#385547

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

Shades of Plantation #385547

Tints of Plantation #385547

Color information

#385547 (or 0x385547) is unknown color: approx Plantation. HEX triplet: 38, 55 and 47. RGB value is (56,85,71). Sum of RGB (Red+Green+Blue) = 56+85+71=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #385547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385547 is #C7AAB8. Grayscale: #4A4A4A. Windows color (decimal): -13085369 or 4674872. OLE color: 4674872.

HSL color Cylindrical-coordinate representation of color #385547: hue angle of 151.03º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #385547 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB568571-
CMYK0.3400.160.67
HSL151.03º20.57%27.65%-
HSV(B)151.03º34.12%33.33%-
XYZ6.027.797.15-
YUV74.73125.89114.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=26.42%
G=40.09%
B=33.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685710.3400.160.67151.0320.5727.65
Hex385547220104397151c
Octal70125107420201032272534
Binary111000101010110001111000100100001000011100101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385547; }

 p { color: rgb(56,85,71); }

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

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

 a { background-color: rgb(56,85,71); }

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

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

 span { border-color: rgb(56,85,71); }

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