#384536

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

Shades of Palm Leaf #384536

Tints of Palm Leaf #384536

Color information

#384536 (or 0x384536) is unknown color: approx Palm Leaf. HEX triplet: 38, 45 and 36. RGB value is (56,69,54). Sum of RGB (Red+Green+Blue) = 56+69+54=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 69 - color contains mainly: green. Hex color #384536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384536 is #C7BAC9. Grayscale: #3F3F3F. Windows color (decimal): -13089482 or 3556664. OLE color: 3556664.

HSL color Cylindrical-coordinate representation of color #384536: hue angle of 112º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384536 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB566954-
CMYK0.1900.220.73
HSL112º12.2%24.12%-
HSV(B)112º21.74%27.06%-
XYZ4.425.364.29-
YUV63.4122.69122.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=31.28%
G=38.55%
B=30.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669540.1900.220.7311212.224.12
Hex384536130164970c18
Octal7010566230261111601430
Binary11100010001011101101001101011010010011110000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384536; }

 p { color: rgb(56,69,54); }

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

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

 a { background-color: rgb(56,69,54); }

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

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

 span { border-color: rgb(56,69,54); }

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