Html Css Color HEX #415242 Grey-Asparagus

📋 copy color: '#415242'

red 65 ◦ green 82 ◦ blue 66

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

Shades of Grey-Asparagus #415242

Tints of Grey-Asparagus #415242

RGB

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

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

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

R = 30.52%
G = 38.5%
B = 30.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#415242 (or 0x415242) is known color: Grey-Asparagus. HEX triplet: 41, 52 and 42. RGB value is (65,82,66). Sum of RGB (Red+Green+Blue) = 65+82+66=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #415242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415242 is #BEADBD. Grayscale: #4B4B4B. Windows color (decimal): -12496318 or 4346433. OLE color: 4346433.

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

Color convert

RGB 65 82 66 -
CMYK 0.21 0 0.20 0.68
HSL 123.53º 0.12% 0.29% -
HSV(B) 123.53º 0.21% 0.32% -
XYZ 6.18 7.55 6.29 -
YUV 75.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 65 82 66 0.21 0 0.20 0.68 123.53 0.12 0.29
Hex 41 52 42 15 0 14 44 7C C 1D
Octal 101 122 102 25 0 24 104 174 14 35
Binary 1000001 1010010 1000010 10101 0 10100 1000100 1111100 1100 11101

Color Harmonies of #415242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415242

Black with #415242

Text Example


Text Example

White with #415242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415242; }

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

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

background-color css

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

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

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

border-color css

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

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

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