Html Css Color HEX #414F3D Palm Leaf

📋 copy color: '#414F3D'

red 65 ◦ green 79 ◦ blue 61

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

Shades of Palm Leaf #414F3D

Tints of Palm Leaf #414F3D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.54%

 BLUE value IS 61 (24.22% from 255) = 29.76%

R = 31.71%
G = 38.54%
B = 29.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#414F3D (or 0x414F3D) is known color: Palm Leaf. HEX triplet: 41, 4F and 3D. RGB value is (65,79,61). Sum of RGB (Red+Green+Blue) = 65+79+61=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #414F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F3D is #BEB0C2. Grayscale: #484848. Windows color (decimal): -12497091 or 4017985. OLE color: 4017985.

HSL color Cylindrical-coordinate representation of color #414F3D: hue angle of 106.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414F3D is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 79 61 -
CMYK 0.18 0 0.23 0.69
HSL 106.67º 0.13% 0.27% -
HSV(B) 106.67º 0.23% 0.31% -
XYZ 5.82 7.05 5.47 -
YUV 72.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 65 79 61 0.18 0 0.23 0.69 106.67 0.13 0.27
Hex 41 4F 3D 12 0 17 45 6B D 1B
Octal 101 117 75 22 0 27 105 153 15 33
Binary 1000001 1001111 111101 10010 0 10111 1000101 1101011 1101 11011

Color Harmonies of #414F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F3D

Black with #414F3D

Text Example


Text Example

White with #414F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,79,61); }

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

background-color css

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

 a { background-color: rgb(65,79,61); }

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

border-color css

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

 span { border-color: rgb(65,79,61); }

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