Html Css Color HEX #415442 Grey-Asparagus

📋 copy color: '#415442'

red 65 ◦ green 84 ◦ blue 66

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

Shades of Grey-Asparagus #415442

Tints of Grey-Asparagus #415442

RGB

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

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

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

R = 30.23%
G = 39.07%
B = 30.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#415442 (or 0x415442) is known color: Grey-Asparagus. HEX triplet: 41, 54 and 42. RGB value is (65,84,66). Sum of RGB (Red+Green+Blue) = 65+84+66=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #415442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415442 is #BEABBD. Grayscale: #4C4C4C. Windows color (decimal): -12495806 or 4346945. OLE color: 4346945.

HSL color Cylindrical-coordinate representation of color #415442: hue angle of 123.16º 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 #415442 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 66 -
CMYK 0.23 0 0.21 0.67
HSL 123.16º 0.13% 0.29% -
HSV(B) 123.16º 0.23% 0.33% -
XYZ 6.33 7.86 6.34 -
YUV 76.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 65 84 66 0.23 0 0.21 0.67 123.16 0.13 0.29
Hex 41 54 42 17 0 15 43 7B D 1D
Octal 101 124 102 27 0 25 103 173 15 35
Binary 1000001 1010100 1000010 10111 0 10101 1000011 1111011 1101 11101

Color Harmonies of #415442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415442

Black with #415442

Text Example


Text Example

White with #415442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415442; }

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

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

background-color css

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

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

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

border-color css

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

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

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