Html Css Color HEX #415142 Grey-Asparagus

📋 copy color: '#415142'

red 65 ◦ green 81 ◦ blue 66

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

Shades of Grey-Asparagus #415142

Tints of Grey-Asparagus #415142

RGB

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

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

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

R = 30.66%
G = 38.21%
B = 31.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#415142 (or 0x415142) is known color: Grey-Asparagus. HEX triplet: 41, 51 and 42. RGB value is (65,81,66). Sum of RGB (Red+Green+Blue) = 65+81+66=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #415142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415142 is #BEAEBD. Grayscale: #4A4A4A. Windows color (decimal): -12496574 or 4346177. OLE color: 4346177.

HSL color Cylindrical-coordinate representation of color #415142: hue angle of 123.75º 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 #415142 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 81 66 -
CMYK 0.20 0 0.19 0.68
HSL 123.75º 0.11% 0.29% -
HSV(B) 123.75º 0.2% 0.32% -
XYZ 6.11 7.4 6.26 -
YUV 74.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 65 81 66 0.20 0 0.19 0.68 123.75 0.11 0.29
Hex 41 51 42 14 0 13 44 7C B 1D
Octal 101 121 102 24 0 23 104 174 13 35
Binary 1000001 1010001 1000010 10100 0 10011 1000100 1111100 1011 11101

Color Harmonies of #415142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415142

Black with #415142

Text Example


Text Example

White with #415142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415142; }

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

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

background-color css

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

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

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

border-color css

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

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

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