Html Css Color HEX #41493E Palm Leaf

📋 copy color: '#41493E'

red 65 ◦ green 73 ◦ blue 62

#41493E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #41493E

Tints of Palm Leaf #41493E

RGB

 RED value IS 65 (25.78% from 255) = 32.5%

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 62 (24.61% from 255) = 31%

R = 32.5%
G = 36.5%
B = 31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#41493E (or 0x41493E) is known color: Palm Leaf. HEX triplet: 41, 49 and 3E. RGB value is (65,73,62). Sum of RGB (Red+Green+Blue) = 65+73+62=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 73 - color contains mainly: green. Hex color #41493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41493E is #BEB6C1. Grayscale: #454545. Windows color (decimal): -12498626 or 4081985. OLE color: 4081985.

HSL color Cylindrical-coordinate representation of color #41493E: hue angle of 103.64º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #41493E is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 62 -
CMYK 0.11 0 0.15 0.71
HSL 103.64º 0.08% 0.26% -
HSV(B) 103.64º 0.15% 0.29% -
XYZ 5.43 6.24 5.47 -
YUV 69.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 65 73 62 0.11 0 0.15 0.71 103.64 0.08 0.26
Hex 41 49 3E B 0 F 47 68 8 1A
Octal 101 111 76 13 0 17 107 150 10 32
Binary 1000001 1001001 111110 1011 0 1111 1000111 1101000 1000 11010

Color Harmonies of #41493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41493E

Black with #41493E

Text Example


Text Example

White with #41493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41493E; }

 p { color: rgb(65,73,62); }

 H1.HeaderClassName
 {
   color: #41493E;
 }
 .AnyTagClassName
 {
   color: #41493E;
 }
</style>

background-color css

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

 a { background-color: rgb(65,73,62); }

 div.DivClassName
 {
   background-color: #41493E;
 }
 .BgClassName
 {
   background-color: #41493E;
 }
</style>

border-color css

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

 span { border-color: rgb(65,73,62); }

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