Html Css Color HEX #41473F Palm Leaf

📋 copy color: '#41473F'

red 65 ◦ green 71 ◦ blue 63

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

Shades of Palm Leaf #41473F

Tints of Palm Leaf #41473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.68%

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

R = 32.66%
G = 35.68%
B = 31.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#41473F (or 0x41473F) is known color: Palm Leaf. HEX triplet: 41, 47 and 3F. RGB value is (65,71,63). Sum of RGB (Red+Green+Blue) = 65+71+63=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #41473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41473F is #BEB8C0. Grayscale: #444444. Windows color (decimal): -12499137 or 4147009. OLE color: 4147009.

HSL color Cylindrical-coordinate representation of color #41473F: hue angle of 105º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #41473F is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 63 -
CMYK 0.08 0 0.11 0.72
HSL 105º 0.06% 0.26% -
HSV(B) 105º 0.11% 0.28% -
XYZ 5.33 5.99 5.58 -
YUV 68.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 65 71 63 0.08 0 0.11 0.72 105 0.06 0.26
Hex 41 47 3F 8 0 B 48 69 6 1A
Octal 101 107 77 10 0 13 110 151 6 32
Binary 1000001 1000111 111111 1000 0 1011 1001000 1101001 110 11010

Color Harmonies of #41473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41473F

Black with #41473F

Text Example


Text Example

White with #41473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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