Html Css Color HEX #405A42 Grey-Asparagus

📋 copy color: '#405A42'

red 64 ◦ green 90 ◦ blue 66

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

Shades of Grey-Asparagus #405A42

Tints of Grey-Asparagus #405A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

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

R = 29.09%
G = 40.91%
B = 30%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#405A42 (or 0x405A42) is known color: Grey-Asparagus. HEX triplet: 40, 5A and 42. RGB value is (64,90,66). Sum of RGB (Red+Green+Blue) = 64+90+66=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #405A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A42 is #BFA5BD. Grayscale: #4F4F4F. Windows color (decimal): -12559806 or 4348480. OLE color: 4348480.

HSL color Cylindrical-coordinate representation of color #405A42: hue angle of 124.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405A42 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 90 66 -
CMYK 0.29 0 0.27 0.65
HSL 124.62º 0.17% 0.3% -
HSV(B) 124.62º 0.29% 0.35% -
XYZ 6.75 8.8 6.5 -
YUV 79.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 64 90 66 0.29 0 0.27 0.65 124.62 0.17 0.3
Hex 40 5A 42 1D 0 1B 41 7D 11 1E
Octal 100 132 102 35 0 33 101 175 21 36
Binary 1000000 1011010 1000010 11101 0 11011 1000001 1111101 10001 11110

Color Harmonies of #405A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A42

Black with #405A42

Text Example


Text Example

White with #405A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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