Html Css Color HEX #405840 Grey-Asparagus

📋 copy color: '#405840'

red 64 ◦ green 88 ◦ blue 64

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

Shades of Grey-Asparagus #405840

Tints of Grey-Asparagus #405840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.63%

R = 29.63%
G = 40.74%
B = 29.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#405840 (or 0x405840) is known color: Grey-Asparagus. HEX triplet: 40, 58 and 40. RGB value is (64,88,64). Sum of RGB (Red+Green+Blue) = 64+88+64=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #405840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405840 is #BFA7BF. Grayscale: #4E4E4E. Windows color (decimal): -12560320 or 4216896. OLE color: 4216896.

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

Color convert

RGB 64 88 64 -
CMYK 0.27 0 0.27 0.65
HSL 120º 0.16% 0.3% -
HSV(B) 120º 0.27% 0.35% -
XYZ 6.53 8.44 6.14 -
YUV 78.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 64 88 64 0.27 0 0.27 0.65 120 0.16 0.3
Hex 40 58 40 1B 0 1B 41 78 10 1E
Octal 100 130 100 33 0 33 101 170 20 36
Binary 1000000 1011000 1000000 11011 0 11011 1000001 1111000 10000 11110

Color Harmonies of #405840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405840

Black with #405840

Text Example


Text Example

White with #405840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405840; }

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

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

background-color css

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

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

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

border-color css

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

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

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