Html Css Color HEX #404C3D Palm Leaf

📋 copy color: '#404C3D'

red 64 ◦ green 76 ◦ blue 61

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

Shades of Palm Leaf #404C3D

Tints of Palm Leaf #404C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.81%

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

R = 31.84%
G = 37.81%
B = 30.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#404C3D (or 0x404C3D) is known color: Palm Leaf. HEX triplet: 40, 4C and 3D. RGB value is (64,76,61). Sum of RGB (Red+Green+Blue) = 64+76+61=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 76 - color contains mainly: green. Hex color #404C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C3D is #BFB3C2. Grayscale: #464646. Windows color (decimal): -12563395 or 4017216. OLE color: 4017216.

HSL color Cylindrical-coordinate representation of color #404C3D: hue angle of 108º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404C3D is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 76 61 -
CMYK 0.16 0 0.20 0.70
HSL 108º 0.11% 0.27% -
HSV(B) 108º 0.2% 0.3% -
XYZ 5.54 6.6 5.4 -
YUV 70.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 64 76 61 0.16 0 0.20 0.70 108 0.11 0.27
Hex 40 4C 3D 10 0 14 46 6C B 1B
Octal 100 114 75 20 0 24 106 154 13 33
Binary 1000000 1001100 111101 10000 0 10100 1000110 1101100 1011 11011

Color Harmonies of #404C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C3D

Black with #404C3D

Text Example


Text Example

White with #404C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,76,61); }

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

background-color css

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

 a { background-color: rgb(64,76,61); }

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

border-color css

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

 span { border-color: rgb(64,76,61); }

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