Html Css Color HEX #405842 Grey-Asparagus

📋 copy color: '#405842'

red 64 ◦ green 88 ◦ blue 66

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

Shades of Grey-Asparagus #405842

Tints of Grey-Asparagus #405842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

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

R = 29.36%
G = 40.37%
B = 30.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#405842 (or 0x405842) is known color: Grey-Asparagus. HEX triplet: 40, 58 and 42. RGB value is (64,88,66). Sum of RGB (Red+Green+Blue) = 64+88+66=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #405842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405842 is #BFA7BD. Grayscale: #4E4E4E. Windows color (decimal): -12560318 or 4347968. OLE color: 4347968.

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

Color convert

RGB 64 88 66 -
CMYK 0.27 0 0.25 0.65
HSL 125º 0.16% 0.3% -
HSV(B) 125º 0.27% 0.35% -
XYZ 6.59 8.46 6.44 -
YUV 78.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 64 88 66 0.27 0 0.25 0.65 125 0.16 0.3
Hex 40 58 42 1B 0 19 41 7D 10 1E
Octal 100 130 102 33 0 31 101 175 20 36
Binary 1000000 1011000 1000010 11011 0 11001 1000001 1111101 10000 11110

Color Harmonies of #405842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405842

Black with #405842

Text Example


Text Example

White with #405842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405842; }

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

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

background-color css

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

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

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

border-color css

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

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

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