#384D2B

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

Shades of Palm Leaf #384D2B

Tints of Palm Leaf #384D2B

Color information

#384D2B (or 0x384D2B) is unknown color: approx Palm Leaf. HEX triplet: 38, 4D and 2B. RGB value is (56,77,43). Sum of RGB (Red+Green+Blue) = 56+77+43=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #384D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D2B is #C7B2D4. Grayscale: #424242. Windows color (decimal): -13087445 or 2837816. OLE color: 2837816.

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

Color convert

RGB567743-
CMYK0.2700.440.70
HSL97.06º28.33%23.53%-
HSV(B)97.06º44.16%30.2%-
XYZ4.726.323.26-
YUV66.84114.54120.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 77 (30.47% from 255) = 43.75%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=31.82%
G=43.75%
B=24.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5677430.2700.440.7097.0628.3323.53
Hex384D2B1B02C46611c18
Octal7011553330541061413430
Binary1110001001101101011110110101100100011011000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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