#364131

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

Shades of Palm Leaf #364131

Tints of Palm Leaf #364131

Color information

#364131 (or 0x364131) is unknown color: approx Palm Leaf. HEX triplet: 36, 41 and 31. RGB value is (54,65,49). Sum of RGB (Red+Green+Blue) = 54+65+49=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #364131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364131 is #C9BECE. Grayscale: #3B3B3B. Windows color (decimal): -13221583 or 3227958. OLE color: 3227958.

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

Color convert

RGB546549-
CMYK0.1700.250.75
HSL101.25º14.04%22.35%-
HSV(B)101.25º24.62%25.49%-
XYZ3.974.793.62-
YUV59.89121.86123.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=32.14%
G=38.69%
B=29.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5465490.1700.250.75101.2514.0422.35
Hex364131110194B65e16
Octal6610161210311131451626
Binary11011010000011100011000101100110010111100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364131; }

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

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

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

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

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

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

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

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