Html Css Color HEX #41503A Palm Leaf

📋 copy color: '#41503A'

red 65 ◦ green 80 ◦ blue 58

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

Shades of Palm Leaf #41503A

Tints of Palm Leaf #41503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 32.02%
G = 39.41%
B = 28.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#41503A (or 0x41503A) is known color: Palm Leaf. HEX triplet: 41, 50 and 3A. RGB value is (65,80,58). Sum of RGB (Red+Green+Blue) = 65+80+58=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #41503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41503A is #BEAFC5. Grayscale: #494949. Windows color (decimal): -12496838 or 3821633. OLE color: 3821633.

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

Color convert

RGB 65 80 58 -
CMYK 0.19 0 0.28 0.69
HSL 100.91º 0.16% 0.27% -
HSV(B) 100.91º 0.28% 0.31% -
XYZ 5.81 7.17 5.08 -
YUV 73.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 65 80 58 0.19 0 0.28 0.69 100.91 0.16 0.27
Hex 41 50 3A 13 0 1C 45 65 10 1B
Octal 101 120 72 23 0 34 105 145 20 33
Binary 1000001 1010000 111010 10011 0 11100 1000101 1100101 10000 11011

Color Harmonies of #41503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41503A

Black with #41503A

Text Example


Text Example

White with #41503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41503A;
 }
 .AnyTagClassName
 {
   color: #41503A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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