Html Css Color HEX #415A42 Grey-Asparagus

📋 copy color: '#415A42'

red 65 ◦ green 90 ◦ blue 66

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

Shades of Grey-Asparagus #415A42

Tints of Grey-Asparagus #415A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.72%

 BLUE value IS 66 (26.17% from 255) = 29.86%

R = 29.41%
G = 40.72%
B = 29.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#415A42 (or 0x415A42) is known color: Grey-Asparagus. HEX triplet: 41, 5A and 42. RGB value is (65,90,66). Sum of RGB (Red+Green+Blue) = 65+90+66=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #415A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415A42 is #BEA5BD. Grayscale: #4F4F4F. Windows color (decimal): -12494270 or 4348481. OLE color: 4348481.

HSL color Cylindrical-coordinate representation of color #415A42: hue angle of 122.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #415A42 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 90 66 -
CMYK 0.28 0 0.27 0.65
HSL 122.4º 0.16% 0.3% -
HSV(B) 122.4º 0.28% 0.35% -
XYZ 6.82 8.83 6.5 -
YUV 79.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 65 90 66 0.28 0 0.27 0.65 122.4 0.16 0.3
Hex 41 5A 42 1C 0 1B 41 7A 10 1E
Octal 101 132 102 34 0 33 101 172 20 36
Binary 1000001 1011010 1000010 11100 0 11011 1000001 1111010 10000 11110

Color Harmonies of #415A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A42

Black with #415A42

Text Example


Text Example

White with #415A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415A42; }

 p { color: rgb(65,90,66); }

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

background-color css

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

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

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

border-color css

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

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

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