#41503B

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

Shades of Palm Leaf #41503B

Tints of Palm Leaf #41503B

Color information

#41503B (or 0x41503B) is unknown color: approx Palm Leaf. HEX triplet: 41, 50 and 3B. RGB value is (65,80,59). Sum of RGB (Red+Green+Blue) = 65+80+59=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #41503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41503B is #BEAFC4. Grayscale: #494949. Windows color (decimal): -12496837 or 3887169. OLE color: 3887169.

HSL color Cylindrical-coordinate representation of color #41503B: hue angle of 102.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #41503B is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB658059-
CMYK0.1900.260.69
HSL102.86º15.11%27.25%-
HSV(B)102.86º26.25%31.37%-
XYZ5.847.185.22-
YUV73.12120.03122.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 59 (23.44% from 255) = 28.92%
R=31.86%
G=39.22%
B=28.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580590.1900.260.69102.8615.1127.25
Hex41503B1301A4567f1b
Octal10112073230321051471733
Binary100000110100001110111001101101010001011100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41503B; }

 p { color: rgb(65,80,59); }

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

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

 a { background-color: rgb(65,80,59); }

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

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

 span { border-color: rgb(65,80,59); }

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