#384F44

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

Shades of Plantation #384F44

Tints of Plantation #384F44

Color information

#384F44 (or 0x384F44) is unknown color: approx Plantation. HEX triplet: 38, 4F and 44. RGB value is (56,79,68). Sum of RGB (Red+Green+Blue) = 56+79+68=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 79 - color contains mainly: green. Hex color #384F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F44 is #C7B0BB. Grayscale: #464646. Windows color (decimal): -13086908 or 4476728. OLE color: 4476728.

HSL color Cylindrical-coordinate representation of color #384F44: hue angle of 151.3º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #384F44 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB567968-
CMYK0.2900.140.69
HSL151.3º17.04%26.47%-
HSV(B)151.3º29.11%30.98%-
XYZ5.476.856.5-
YUV70.87126.38117.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=27.59%
G=38.92%
B=33.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5679680.2900.140.69151.317.0426.47
Hex384F441D0E4597111a
Octal70117104350161052272132
Binary1110001001111100010011101011101000101100101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384F44; }

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

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

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

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

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

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

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

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