Html Css Color HEX #404E3C Palm Leaf

📋 copy color: '#404E3C'

red 64 ◦ green 78 ◦ blue 60

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

Shades of Palm Leaf #404E3C

Tints of Palm Leaf #404E3C

RGB

 RED value IS 64 (25.39% from 255) = 31.68%

 GREEN value IS 78 (30.86% from 255) = 38.61%

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

R = 31.68%
G = 38.61%
B = 29.7%

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

#404E3C (or 0x404E3C) is known color: Palm Leaf. HEX triplet: 40, 4E and 3C. RGB value is (64,78,60). Sum of RGB (Red+Green+Blue) = 64+78+60=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 78 - color contains mainly: green. Hex color #404E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E3C is #BFB1C3. Grayscale: #474747. Windows color (decimal): -12562884 or 3952192. OLE color: 3952192.

HSL color Cylindrical-coordinate representation of color #404E3C: 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 #404E3C is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 78 60 -
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.65 6.87 5.3 -
YUV 71.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 64 78 60 0.18 0 0.23 0.69 106.67 0.13 0.27
Hex 40 4E 3C 12 0 17 45 6B D 1B
Octal 100 116 74 22 0 27 105 153 15 33
Binary 1000000 1001110 111100 10010 0 10111 1000101 1101011 1101 11011

Color Harmonies of #404E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E3C

Black with #404E3C

Text Example


Text Example

White with #404E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404E3C; }

 p { color: rgb(64,78,60); }

 H1.HeaderClassName
 {
   color: #404E3C;
 }
 .AnyTagClassName
 {
   color: #404E3C;
 }
</style>

background-color css

<style>
 a { background-color: #404E3C; }

 a { background-color: rgb(64,78,60); }

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

border-color css

<style>
 span { border-color: #404E3C; }

 span { border-color: rgb(64,78,60); }

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