Html Css Color HEX #416B42 Grey-Asparagus

📋 copy color: '#416B42'

red 65 ◦ green 107 ◦ blue 66

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

Shades of Grey-Asparagus #416B42

Tints of Grey-Asparagus #416B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.96%

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

R = 27.31%
G = 44.96%
B = 27.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#416B42 (or 0x416B42) is known color: Grey-Asparagus. HEX triplet: 41, 6B and 42. RGB value is (65,107,66). Sum of RGB (Red+Green+Blue) = 65+107+66=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #416B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B42 is #BE94BD. Grayscale: #595959. Windows color (decimal): -12489918 or 4352833. OLE color: 4352833.

HSL color Cylindrical-coordinate representation of color #416B42: hue angle of 121.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416B42 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 107 66 -
CMYK 0.39 0 0.38 0.58
HSL 121.43º 0.24% 0.34% -
HSV(B) 121.43º 0.39% 0.42% -
XYZ 8.42 12.03 7.03 -
YUV 89.77 114.59 110.33 -
System Red Green Blue C M Y K H S L
Decimal 65 107 66 0.39 0 0.38 0.58 121.43 0.24 0.34
Hex 41 6B 42 27 0 26 3A 79 18 22
Octal 101 153 102 47 0 46 72 171 30 42
Binary 1000001 1101011 1000010 100111 0 100110 111010 1111001 11000 100010

Color Harmonies of #416B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416B42

Black with #416B42

Text Example


Text Example

White with #416B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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