#384136

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

Shades of Palm Leaf #384136

Tints of Palm Leaf #384136

Color information

#384136 (or 0x384136) is unknown color: approx Palm Leaf. HEX triplet: 38, 41 and 36. RGB value is (56,65,54). Sum of RGB (Red+Green+Blue) = 56+65+54=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #384136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384136 is #C7BEC9. Grayscale: #3D3D3D. Windows color (decimal): -13090506 or 3555640. OLE color: 3555640.

HSL color Cylindrical-coordinate representation of color #384136: hue angle of 109.09º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #384136 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB566554-
CMYK0.1400.170.75
HSL109.09º9.24%23.33%-
HSV(B)109.09º16.92%25.49%-
XYZ4.194.894.21-
YUV61.06124.02124.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=32%
G=37.14%
B=30.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665540.1400.170.75109.099.2423.33
Hex384136E0114B6d917
Octal7010166160211131551127
Binary1110001000001110110111001000110010111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384136; }

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

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

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

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

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

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

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

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