#41503C

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

Shades of Palm Leaf #41503C

Tints of Palm Leaf #41503C

Color information

#41503C (or 0x41503C) is unknown color: approx Palm Leaf. HEX triplet: 41, 50 and 3C. RGB value is (65,80,60). Sum of RGB (Red+Green+Blue) = 65+80+60=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #41503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41503C is #BEAFC3. Grayscale: #494949. Windows color (decimal): -12496836 or 3952705. OLE color: 3952705.

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

Color convert

RGB658060-
CMYK0.1900.250.69
HSL105º14.29%27.45%-
HSV(B)105º25%31.37%-
XYZ5.867.195.35-
YUV73.24120.53122.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=31.71%
G=39.02%
B=29.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580600.1900.250.6910514.2927.45
Hex41503C130194569e1b
Octal10112074230311051511633
Binary100000110100001111001001101100110001011101001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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