Html Css Color HEX #404B31 Clover

📋 copy color: '#404B31'

red 64 ◦ green 75 ◦ blue 49

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

Shades of Clover #404B31

Tints of Clover #404B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.89%

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

R = 34.04%
G = 39.89%
B = 26.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#404B31 (or 0x404B31) is known color: Clover. HEX triplet: 40, 4B and 31. RGB value is (64,75,49). Sum of RGB (Red+Green+Blue) = 64+75+49=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 75 - color contains mainly: green. Hex color #404B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B31 is #BFB4CE. Grayscale: #444444. Windows color (decimal): -12563663 or 3230528. OLE color: 3230528.

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

Color convert

RGB 64 75 49 -
CMYK 0.15 0 0.35 0.71
HSL 85.38º 0.21% 0.24% -
HSV(B) 85.38º 0.35% 0.29% -
XYZ 5.18 6.34 3.86 -
YUV 68.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 64 75 49 0.15 0 0.35 0.71 85.38 0.21 0.24
Hex 40 4B 31 F 0 23 47 55 15 18
Octal 100 113 61 17 0 43 107 125 25 30
Binary 1000000 1001011 110001 1111 0 100011 1000111 1010101 10101 11000

Color Harmonies of #404B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B31

Black with #404B31

Text Example


Text Example

White with #404B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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