#364132

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

Shades of Palm Leaf #364132

Tints of Palm Leaf #364132

Color information

#364132 (or 0x364132) is unknown color: approx Palm Leaf. HEX triplet: 36, 41 and 32. RGB value is (54,65,50). Sum of RGB (Red+Green+Blue) = 54+65+50=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #364132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364132 is #C9BECD. Grayscale: #3C3C3C. Windows color (decimal): -13221582 or 3293494. OLE color: 3293494.

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

Color convert

RGB546550-
CMYK0.1700.230.75
HSL104º13.04%22.55%-
HSV(B)104º23.08%25.49%-
XYZ3.994.83.73-
YUV60122.36123.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=31.95%
G=38.46%
B=29.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5465500.1700.230.7510413.0422.55
Hex364132110174B68d17
Octal6610162210271131501527
Binary11011010000011100101000101011110010111101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364132; }

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

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

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

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

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

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

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

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