#385948

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

Shades of Plantation #385948

Tints of Plantation #385948

Color information

#385948 (or 0x385948) is unknown color: approx Plantation. HEX triplet: 38, 59 and 48. RGB value is (56,89,72). Sum of RGB (Red+Green+Blue) = 56+89+72=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #385948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385948 is #C7A6B7. Grayscale: #4D4D4D. Windows color (decimal): -13084344 or 4741432. OLE color: 4741432.

HSL color Cylindrical-coordinate representation of color #385948: hue angle of 149.09º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #385948 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB568972-
CMYK0.3700.190.65
HSL149.09º22.76%28.43%-
HSV(B)149.09º37.08%34.9%-
XYZ6.378.457.43-
YUV77.19125.07112.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=25.81%
G=41.01%
B=33.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689720.3700.190.65149.0922.7628.43
Hex385948250134195171c
Octal70131110450231012252734
Binary111000101100110010001001010100111000001100101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385948; }

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

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

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

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

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

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

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

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