#384D33

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

Shades of Palm Leaf #384D33

Tints of Palm Leaf #384D33

Color information

#384D33 (or 0x384D33) is unknown color: approx Palm Leaf. HEX triplet: 38, 4D and 33. RGB value is (56,77,51). Sum of RGB (Red+Green+Blue) = 56+77+51=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 77 - color contains mainly: green. Hex color #384D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D33 is #C7B2CC. Grayscale: #434343. Windows color (decimal): -13087437 or 3362104. OLE color: 3362104.

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

Color convert

RGB567751-
CMYK0.2700.340.70
HSL108.46º20.31%25.1%-
HSV(B)108.46º33.77%30.2%-
XYZ4.886.394.11-
YUV67.76118.54119.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=30.43%
G=41.85%
B=27.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5677510.2700.340.70108.4620.3125.1
Hex384D331B022466c1419
Octal7011563330421061542431
Binary1110001001101110011110110100010100011011011001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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