Html Css Color HEX #415141 Grey-Asparagus

📋 copy color: '#415141'

red 65 ◦ green 81 ◦ blue 65

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

Shades of Grey-Asparagus #415141

Tints of Grey-Asparagus #415141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

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

R = 30.81%
G = 38.39%
B = 30.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#415141 (or 0x415141) is known color: Grey-Asparagus. HEX triplet: 41, 51 and 41. RGB value is (65,81,65). Sum of RGB (Red+Green+Blue) = 65+81+65=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #415141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415141 is #BEAEBE. Grayscale: #4A4A4A. Windows color (decimal): -12496575 or 4280641. OLE color: 4280641.

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

Color convert

RGB 65 81 65 -
CMYK 0.20 0 0.20 0.68
HSL 120º 0.11% 0.29% -
HSV(B) 120º 0.2% 0.32% -
XYZ 6.08 7.39 6.11 -
YUV 74.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 65 81 65 0.20 0 0.20 0.68 120 0.11 0.29
Hex 41 51 41 14 0 14 44 78 B 1D
Octal 101 121 101 24 0 24 104 170 13 35
Binary 1000001 1010001 1000001 10100 0 10100 1000100 1111000 1011 11101

Color Harmonies of #415141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415141

Black with #415141

Text Example


Text Example

White with #415141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415141; }

 p { color: rgb(65,81,65); }

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

background-color css

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

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

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

border-color css

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

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

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