Html Css Color HEX #41493F Palm Leaf

📋 copy color: '#41493F'

red 65 ◦ green 73 ◦ blue 63

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

Shades of Palm Leaf #41493F

Tints of Palm Leaf #41493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.34%

R = 32.34%
G = 36.32%
B = 31.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#41493F (or 0x41493F) is known color: Palm Leaf. HEX triplet: 41, 49 and 3F. RGB value is (65,73,63). Sum of RGB (Red+Green+Blue) = 65+73+63=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 73 - color contains mainly: green. Hex color #41493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41493F is #BEB6C0. Grayscale: #454545. Windows color (decimal): -12498625 or 4147521. OLE color: 4147521.

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

Color convert

RGB 65 73 63 -
CMYK 0.11 0 0.14 0.71
HSL 108º 0.07% 0.27% -
HSV(B) 108º 0.14% 0.29% -
XYZ 5.46 6.25 5.62 -
YUV 69.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 65 73 63 0.11 0 0.14 0.71 108 0.07 0.27
Hex 41 49 3F B 0 E 47 6C 7 1B
Octal 101 111 77 13 0 16 107 154 7 33
Binary 1000001 1001001 111111 1011 0 1110 1000111 1101100 111 11011

Color Harmonies of #41493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41493F

Black with #41493F

Text Example


Text Example

White with #41493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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