Html Css Color HEX #405142 Grey-Asparagus

📋 copy color: '#405142'

red 64 ◦ green 81 ◦ blue 66

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

Shades of Grey-Asparagus #405142

Tints of Grey-Asparagus #405142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 30.33%
G = 38.39%
B = 31.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#405142 (or 0x405142) is known color: Grey-Asparagus. HEX triplet: 40, 51 and 42. RGB value is (64,81,66). Sum of RGB (Red+Green+Blue) = 64+81+66=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #405142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405142 is #BFAEBD. Grayscale: #4A4A4A. Windows color (decimal): -12562110 or 4346176. OLE color: 4346176.

HSL color Cylindrical-coordinate representation of color #405142: hue angle of 127.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #405142 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 81 66 -
CMYK 0.21 0 0.19 0.68
HSL 127.06º 0.12% 0.28% -
HSV(B) 127.06º 0.21% 0.32% -
XYZ 6.04 7.37 6.26 -
YUV 74.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 64 81 66 0.21 0 0.19 0.68 127.06 0.12 0.28
Hex 40 51 42 15 0 13 44 7F C 1C
Octal 100 121 102 25 0 23 104 177 14 34
Binary 1000000 1010001 1000010 10101 0 10011 1000100 1111111 1100 11100

Color Harmonies of #405142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405142

Black with #405142

Text Example


Text Example

White with #405142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405142; }

 p { color: rgb(64,81,66); }

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

background-color css

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

 a { background-color: rgb(64,81,66); }

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

border-color css

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

 span { border-color: rgb(64,81,66); }

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