Html Css Color HEX #405541 Grey-Asparagus

📋 copy color: '#405541'

red 64 ◦ green 85 ◦ blue 65

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

Shades of Grey-Asparagus #405541

Tints of Grey-Asparagus #405541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.72%

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

R = 29.91%
G = 39.72%
B = 30.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#405541 (or 0x405541) is known color: Grey-Asparagus. HEX triplet: 40, 55 and 41. RGB value is (64,85,65). Sum of RGB (Red+Green+Blue) = 64+85+65=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #405541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405541 is #BFAABE. Grayscale: #4C4C4C. Windows color (decimal): -12561087 or 4281664. OLE color: 4281664.

HSL color Cylindrical-coordinate representation of color #405541: hue angle of 122.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405541 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 85 65 -
CMYK 0.25 0 0.24 0.67
HSL 122.86º 0.14% 0.29% -
HSV(B) 122.86º 0.25% 0.33% -
XYZ 6.32 7.97 6.21 -
YUV 76.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 64 85 65 0.25 0 0.24 0.67 122.86 0.14 0.29
Hex 40 55 41 19 0 18 43 7B E 1D
Octal 100 125 101 31 0 30 103 173 16 35
Binary 1000000 1010101 1000001 11001 0 11000 1000011 1111011 1110 11101

Color Harmonies of #405541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405541

Black with #405541

Text Example


Text Example

White with #405541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405541; }

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

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

background-color css

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

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

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

border-color css

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

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

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