Html Css Color HEX #415542 Grey-Asparagus

📋 copy color: '#415542'

red 65 ◦ green 85 ◦ blue 66

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

Shades of Grey-Asparagus #415542

Tints of Grey-Asparagus #415542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

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

R = 30.09%
G = 39.35%
B = 30.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#415542 (or 0x415542) is known color: Grey-Asparagus. HEX triplet: 41, 55 and 42. RGB value is (65,85,66). Sum of RGB (Red+Green+Blue) = 65+85+66=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #415542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415542 is #BEAABD. Grayscale: #4C4C4C. Windows color (decimal): -12495550 or 4347201. OLE color: 4347201.

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

Color convert

RGB 65 85 66 -
CMYK 0.24 0 0.22 0.67
HSL 123º 0.13% 0.29% -
HSV(B) 123º 0.24% 0.33% -
XYZ 6.41 8.01 6.36 -
YUV 76.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 65 85 66 0.24 0 0.22 0.67 123 0.13 0.29
Hex 41 55 42 18 0 16 43 7B D 1D
Octal 101 125 102 30 0 26 103 173 15 35
Binary 1000001 1010101 1000010 11000 0 10110 1000011 1111011 1101 11101

Color Harmonies of #415542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415542

Black with #415542

Text Example


Text Example

White with #415542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415542; }

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

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

background-color css

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

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

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

border-color css

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

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

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