Html Css Color HEX #414D3C Palm Leaf

📋 copy color: '#414D3C'

red 65 ◦ green 77 ◦ blue 60

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

Shades of Palm Leaf #414D3C

Tints of Palm Leaf #414D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.12%

 BLUE value IS 60 (23.83% from 255) = 29.7%

R = 32.18%
G = 38.12%
B = 29.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#414D3C (or 0x414D3C) is known color: Palm Leaf. HEX triplet: 41, 4D and 3C. RGB value is (65,77,60). Sum of RGB (Red+Green+Blue) = 65+77+60=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 77 - color contains mainly: green. Hex color #414D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D3C is #BEB2C3. Grayscale: #474747. Windows color (decimal): -12497604 or 3951937. OLE color: 3951937.

HSL color Cylindrical-coordinate representation of color #414D3C: hue angle of 102.35º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414D3C is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 77 60 -
CMYK 0.16 0 0.22 0.70
HSL 102.35º 0.12% 0.27% -
HSV(B) 102.35º 0.22% 0.3% -
XYZ 5.65 6.76 5.28 -
YUV 71.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 65 77 60 0.16 0 0.22 0.70 102.35 0.12 0.27
Hex 41 4D 3C 10 0 16 46 66 C 1B
Octal 101 115 74 20 0 26 106 146 14 33
Binary 1000001 1001101 111100 10000 0 10110 1000110 1100110 1100 11011

Color Harmonies of #414D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D3C

Black with #414D3C

Text Example


Text Example

White with #414D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414D3C; }

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

 H1.HeaderClassName
 {
   color: #414D3C;
 }
 .AnyTagClassName
 {
   color: #414D3C;
 }
</style>

background-color css

<style>
 a { background-color: #414D3C; }

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

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

border-color css

<style>
 span { border-color: #414D3C; }

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

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