#384734

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

Shades of Palm Leaf #384734

Tints of Palm Leaf #384734

Color information

#384734 (or 0x384734) is unknown color: approx Palm Leaf. HEX triplet: 38, 47 and 34. RGB value is (56,71,52). Sum of RGB (Red+Green+Blue) = 56+71+52=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #384734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384734 is #C7B8CB. Grayscale: #404040. Windows color (decimal): -13088972 or 3426104. OLE color: 3426104.

HSL color Cylindrical-coordinate representation of color #384734: hue angle of 107.37º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #384734 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB567152-
CMYK0.2100.270.72
HSL107.37º15.45%24.12%-
HSV(B)107.37º26.76%27.84%-
XYZ4.55.64.09-
YUV64.35121.03122.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 52 (20.70% from 255) = 29.05%
R=31.28%
G=39.66%
B=29.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671520.2100.270.72107.3715.4524.12
Hex3847341501B486bf18
Octal7010764250331101531730
Binary11100010001111101001010101101110010001101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384734; }

 p { color: rgb(56,71,52); }

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

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

 a { background-color: rgb(56,71,52); }

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

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

 span { border-color: rgb(56,71,52); }

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