#385444

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

Shades of Plantation #385444

Tints of Plantation #385444

Color information

#385444 (or 0x385444) is unknown color: approx Plantation. HEX triplet: 38, 54 and 44. RGB value is (56,84,68). Sum of RGB (Red+Green+Blue) = 56+84+68=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #385444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385444 is #C7ABBB. Grayscale: #494949. Windows color (decimal): -13085628 or 4478008. OLE color: 4478008.

HSL color Cylindrical-coordinate representation of color #385444: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385444 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB568468-
CMYK0.3300.190.67
HSL145.71º20%27.45%-
HSV(B)145.71º33.33%32.94%-
XYZ5.847.66.63-
YUV73.8124.72115.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=26.92%
G=40.38%
B=32.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684680.3300.190.67145.712027.45
Hex385444210134392141b
Octal70124104410231032222433
Binary111000101010010001001000010100111000011100100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385444; }

 p { color: rgb(56,84,68); }

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

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

 a { background-color: rgb(56,84,68); }

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

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

 span { border-color: rgb(56,84,68); }

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