#384F2C

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

Shades of Palm Leaf #384F2C

Tints of Palm Leaf #384F2C

Color information

#384F2C (or 0x384F2C) is unknown color: approx Palm Leaf. HEX triplet: 38, 4F and 2C. RGB value is (56,79,44). Sum of RGB (Red+Green+Blue) = 56+79+44=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #384F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F2C is #C7B0D3. Grayscale: #444444. Windows color (decimal): -13086932 or 2903864. OLE color: 2903864.

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

Color convert

RGB567944-
CMYK0.2900.440.69
HSL99.43º28.46%24.12%-
HSV(B)99.43º44.3%30.98%-
XYZ4.886.613.4-
YUV68.13114.38119.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 44 (17.58% from 255) = 24.58%
R=31.28%
G=44.13%
B=24.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5679440.2900.440.6999.4328.4624.12
Hex384F2C1D02C45631c18
Octal7011754350541051433430
Binary1110001001111101100111010101100100010111000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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