#384F33

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

Shades of Palm Leaf #384F33

Tints of Palm Leaf #384F33

Color information

#384F33 (or 0x384F33) is unknown color: approx Palm Leaf. HEX triplet: 38, 4F and 33. RGB value is (56,79,51). Sum of RGB (Red+Green+Blue) = 56+79+51=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #384F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F33 is #C7B0CC. Grayscale: #454545. Windows color (decimal): -13086925 or 3362616. OLE color: 3362616.

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

Color convert

RGB567951-
CMYK0.2900.350.69
HSL109.29º21.54%25.49%-
HSV(B)109.29º35.44%30.98%-
XYZ5.026.674.15-
YUV68.93117.88118.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 51 (20.31% from 255) = 27.42%
R=30.11%
G=42.47%
B=27.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5679510.2900.350.69109.2921.5425.49
Hex384F331D023456d1619
Octal7011763350431051552631
Binary1110001001111110011111010100011100010111011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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