Html Css Color HEX #405241 Grey-Asparagus

📋 copy color: '#405241'

red 64 ◦ green 82 ◦ blue 65

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

Shades of Grey-Asparagus #405241

Tints of Grey-Asparagus #405241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.86%

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

R = 30.33%
G = 38.86%
B = 30.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#405241 (or 0x405241) is known color: Grey-Asparagus. HEX triplet: 40, 52 and 41. RGB value is (64,82,65). Sum of RGB (Red+Green+Blue) = 64+82+65=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #405241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405241 is #BFADBE. Grayscale: #4A4A4A. Windows color (decimal): -12561855 or 4280896. OLE color: 4280896.

HSL color Cylindrical-coordinate representation of color #405241: hue angle of 123.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #405241 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 82 65 -
CMYK 0.22 0 0.21 0.68
HSL 123.33º 0.12% 0.29% -
HSV(B) 123.33º 0.22% 0.32% -
XYZ 6.09 7.51 6.13 -
YUV 74.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 64 82 65 0.22 0 0.21 0.68 123.33 0.12 0.29
Hex 40 52 41 16 0 15 44 7B C 1D
Octal 100 122 101 26 0 25 104 173 14 35
Binary 1000000 1010010 1000001 10110 0 10101 1000100 1111011 1100 11101

Color Harmonies of #405241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405241

Black with #405241

Text Example


Text Example

White with #405241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405241; }

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

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

background-color css

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

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

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

border-color css

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

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

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