Html Css Color HEX #405841 Grey-Asparagus

📋 copy color: '#405841'

red 64 ◦ green 88 ◦ blue 65

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

Shades of Grey-Asparagus #405841

Tints of Grey-Asparagus #405841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 29.49%
G = 40.55%
B = 29.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#405841 (or 0x405841) is known color: Grey-Asparagus. HEX triplet: 40, 58 and 41. RGB value is (64,88,65). Sum of RGB (Red+Green+Blue) = 64+88+65=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #405841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405841 is #BFA7BE. Grayscale: #4E4E4E. Windows color (decimal): -12560319 or 4282432. OLE color: 4282432.

HSL color Cylindrical-coordinate representation of color #405841: hue angle of 122.5º 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 #405841 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 65 -
CMYK 0.27 0 0.26 0.65
HSL 122.5º 0.16% 0.3% -
HSV(B) 122.5º 0.27% 0.35% -
XYZ 6.56 8.45 6.29 -
YUV 78.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 64 88 65 0.27 0 0.26 0.65 122.5 0.16 0.3
Hex 40 58 41 1B 0 1A 41 7B 10 1E
Octal 100 130 101 33 0 32 101 173 20 36
Binary 1000000 1011000 1000001 11011 0 11010 1000001 1111011 10000 11110

Color Harmonies of #405841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405841

Black with #405841

Text Example


Text Example

White with #405841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405841; }

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

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

background-color css

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

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

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

border-color css

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

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

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