Html Css Color HEX #415241 Grey-Asparagus

📋 copy color: '#415241'

red 65 ◦ green 82 ◦ blue 65

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

Shades of Grey-Asparagus #415241

Tints of Grey-Asparagus #415241

RGB

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

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

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

R = 30.66%
G = 38.68%
B = 30.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#415241 (or 0x415241) is known color: Grey-Asparagus. HEX triplet: 41, 52 and 41. RGB value is (65,82,65). Sum of RGB (Red+Green+Blue) = 65+82+65=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #415241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415241 is #BEADBE. Grayscale: #4B4B4B. Windows color (decimal): -12496319 or 4280897. OLE color: 4280897.

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

Color convert

RGB 65 82 65 -
CMYK 0.21 0 0.21 0.68
HSL 120º 0.12% 0.29% -
HSV(B) 120º 0.21% 0.32% -
XYZ 6.15 7.54 6.13 -
YUV 74.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 65 82 65 0.21 0 0.21 0.68 120 0.12 0.29
Hex 41 52 41 15 0 15 44 78 C 1D
Octal 101 122 101 25 0 25 104 170 14 35
Binary 1000001 1010010 1000001 10101 0 10101 1000100 1111000 1100 11101

Color Harmonies of #415241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415241

Black with #415241

Text Example


Text Example

White with #415241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415241; }

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

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

background-color css

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

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

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

border-color css

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

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

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