Html Css Color HEX #415441 Grey-Asparagus

📋 copy color: '#415441'

red 65 ◦ green 84 ◦ blue 65

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

Shades of Grey-Asparagus #415441

Tints of Grey-Asparagus #415441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.25%

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

R = 30.37%
G = 39.25%
B = 30.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#415441 (or 0x415441) is known color: Grey-Asparagus. HEX triplet: 41, 54 and 41. RGB value is (65,84,65). Sum of RGB (Red+Green+Blue) = 65+84+65=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #415441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415441 is #BEABBE. Grayscale: #4C4C4C. Windows color (decimal): -12495807 or 4281409. OLE color: 4281409.

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

Color convert

RGB 65 84 65 -
CMYK 0.23 0 0.23 0.67
HSL 120º 0.13% 0.29% -
HSV(B) 120º 0.23% 0.33% -
XYZ 6.3 7.85 6.18 -
YUV 76.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 65 84 65 0.23 0 0.23 0.67 120 0.13 0.29
Hex 41 54 41 17 0 17 43 78 D 1D
Octal 101 124 101 27 0 27 103 170 15 35
Binary 1000001 1010100 1000001 10111 0 10111 1000011 1111000 1101 11101

Color Harmonies of #415441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415441

Black with #415441

Text Example


Text Example

White with #415441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415441; }

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

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

background-color css

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

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

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

border-color css

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

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

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