Html Css Color HEX #415942 Grey-Asparagus

📋 copy color: '#415942'

red 65 ◦ green 89 ◦ blue 66

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

Shades of Grey-Asparagus #415942

Tints of Grey-Asparagus #415942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 29.55%
G = 40.45%
B = 30%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#415942 (or 0x415942) is known color: Grey-Asparagus. HEX triplet: 41, 59 and 42. RGB value is (65,89,66). Sum of RGB (Red+Green+Blue) = 65+89+66=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #415942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415942 is #BEA6BD. Grayscale: #4F4F4F. Windows color (decimal): -12494526 or 4348225. OLE color: 4348225.

HSL color Cylindrical-coordinate representation of color #415942: hue angle of 122.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #415942 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 89 66 -
CMYK 0.27 0 0.26 0.65
HSL 122.5º 0.16% 0.3% -
HSV(B) 122.5º 0.27% 0.35% -
XYZ 6.74 8.66 6.47 -
YUV 79.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 65 89 66 0.27 0 0.26 0.65 122.5 0.16 0.3
Hex 41 59 42 1B 0 1A 41 7B 10 1E
Octal 101 131 102 33 0 32 101 173 20 36
Binary 1000001 1011001 1000010 11011 0 11010 1000001 1111011 10000 11110

Color Harmonies of #415942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415942

Black with #415942

Text Example


Text Example

White with #415942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415942; }

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

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

background-color css

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

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

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

border-color css

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

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

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