#384B33

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

Shades of Palm Leaf #384B33

Tints of Palm Leaf #384B33

Color information

#384B33 (or 0x384B33) is unknown color: approx Palm Leaf. HEX triplet: 38, 4B and 33. RGB value is (56,75,51). Sum of RGB (Red+Green+Blue) = 56+75+51=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #384B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B33 is #C7B4CC. Grayscale: #424242. Windows color (decimal): -13087949 or 3361592. OLE color: 3361592.

HSL color Cylindrical-coordinate representation of color #384B33: hue angle of 107.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #384B33 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB567551-
CMYK0.2500.320.71
HSL107.5º19.05%24.71%-
HSV(B)107.5º32%29.41%-
XYZ4.746.114.06-
YUV66.58119.21120.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=30.77%
G=41.21%
B=28.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675510.2500.320.71107.519.0524.71
Hex384B3319020476c1319
Octal7011363310401071542331
Binary1110001001011110011110010100000100011111011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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