#384D42

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

Shades of Plantation #384D42

Tints of Plantation #384D42

Color information

#384D42 (or 0x384D42) is unknown color: approx Plantation. HEX triplet: 38, 4D and 42. RGB value is (56,77,66). Sum of RGB (Red+Green+Blue) = 56+77+66=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 77 - color contains mainly: green. Hex color #384D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D42 is #C7B2BD. Grayscale: #454545. Windows color (decimal): -13087422 or 4345144. OLE color: 4345144.

HSL color Cylindrical-coordinate representation of color #384D42: hue angle of 148.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #384D42 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB567766-
CMYK0.2700.140.70
HSL148.57º15.79%26.08%-
HSV(B)148.57º27.27%30.2%-
XYZ5.276.546.14-
YUV69.47126.04118.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=28.14%
G=38.69%
B=33.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5677660.2700.140.70148.5715.7926.08
Hex384D421B0E4695101a
Octal70115102330161062252032
Binary1110001001101100001011011011101000110100101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,77,66); }

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

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

 a { background-color: rgb(56,77,66); }

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

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

 span { border-color: rgb(56,77,66); }

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