#384236

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

Shades of Palm Leaf #384236

Tints of Palm Leaf #384236

Color information

#384236 (or 0x384236) is unknown color: approx Palm Leaf. HEX triplet: 38, 42 and 36. RGB value is (56,66,54). Sum of RGB (Red+Green+Blue) = 56+66+54=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 66 - color contains mainly: green. Hex color #384236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384236 is #C7BDC9. Grayscale: #3D3D3D. Windows color (decimal): -13090250 or 3555896. OLE color: 3555896.

HSL color Cylindrical-coordinate representation of color #384236: hue angle of 110º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #384236 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB566654-
CMYK0.1500.180.74
HSL110º10%23.53%-
HSV(B)110º18.18%25.88%-
XYZ4.2454.23-
YUV61.64123.69123.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=31.82%
G=37.5%
B=30.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666540.1500.180.741101023.53
Hex384236F0124A6ea18
Octal7010266170221121561230
Binary1110001000010110110111101001010010101101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384236; }

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

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

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

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

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

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

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

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