Html Css Color HEX #404F3B Palm Leaf

📋 copy color: '#404F3B'

red 64 ◦ green 79 ◦ blue 59

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

Shades of Palm Leaf #404F3B

Tints of Palm Leaf #404F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.21%

R = 31.68%
G = 39.11%
B = 29.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#404F3B (or 0x404F3B) is known color: Palm Leaf. HEX triplet: 40, 4F and 3B. RGB value is (64,79,59). Sum of RGB (Red+Green+Blue) = 64+79+59=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #404F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F3B is #BFB0C4. Grayscale: #484848. Windows color (decimal): -12562629 or 3886912. OLE color: 3886912.

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

Color convert

RGB 64 79 59 -
CMYK 0.19 0 0.25 0.69
HSL 105º 0.14% 0.27% -
HSV(B) 105º 0.25% 0.31% -
XYZ 5.7 7 5.19 -
YUV 72.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 64 79 59 0.19 0 0.25 0.69 105 0.14 0.27
Hex 40 4F 3B 13 0 19 45 69 E 1B
Octal 100 117 73 23 0 31 105 151 16 33
Binary 1000000 1001111 111011 10011 0 11001 1000101 1101001 1110 11011

Color Harmonies of #404F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F3B

Black with #404F3B

Text Example


Text Example

White with #404F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,79,59); }

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

background-color css

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

 a { background-color: rgb(64,79,59); }

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

border-color css

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

 span { border-color: rgb(64,79,59); }

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