Html Css Color HEX #404A31 Clover

📋 copy color: '#404A31'

red 64 ◦ green 74 ◦ blue 49

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

Shades of Clover #404A31

Tints of Clover #404A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.57%

 BLUE value IS 49 (19.53% from 255) = 26.2%

R = 34.22%
G = 39.57%
B = 26.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#404A31 (or 0x404A31) is known color: Clover. HEX triplet: 40, 4A and 31. RGB value is (64,74,49). Sum of RGB (Red+Green+Blue) = 64+74+49=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 74 - color contains mainly: green. Hex color #404A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A31 is #BFB5CE. Grayscale: #444444. Windows color (decimal): -12563919 or 3230272. OLE color: 3230272.

HSL color Cylindrical-coordinate representation of color #404A31: hue angle of 84º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #404A31 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 74 49 -
CMYK 0.14 0 0.34 0.71
HSL 84º 0.2% 0.24% -
HSV(B) 84º 0.34% 0.29% -
XYZ 5.12 6.21 3.83 -
YUV 68.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 64 74 49 0.14 0 0.34 0.71 84 0.2 0.24
Hex 40 4A 31 E 0 22 47 54 14 18
Octal 100 112 61 16 0 42 107 124 24 30
Binary 1000000 1001010 110001 1110 0 100010 1000111 1010100 10100 11000

Color Harmonies of #404A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A31

Black with #404A31

Text Example


Text Example

White with #404A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,74,49); }

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

background-color css

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

 a { background-color: rgb(64,74,49); }

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

border-color css

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

 span { border-color: rgb(64,74,49); }

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