Html Css Color HEX #416942 Grey-Asparagus

📋 copy color: '#416942'

red 65 ◦ green 105 ◦ blue 66

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

Shades of Grey-Asparagus #416942

Tints of Grey-Asparagus #416942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

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

R = 27.54%
G = 44.49%
B = 27.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#416942 (or 0x416942) is known color: Grey-Asparagus. HEX triplet: 41, 69 and 42. RGB value is (65,105,66). Sum of RGB (Red+Green+Blue) = 65+105+66=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #416942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416942 is #BE96BD. Grayscale: #585858. Windows color (decimal): -12490430 or 4352321. OLE color: 4352321.

HSL color Cylindrical-coordinate representation of color #416942: hue angle of 121.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416942 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 66 -
CMYK 0.38 0 0.37 0.59
HSL 121.5º 0.24% 0.33% -
HSV(B) 121.5º 0.38% 0.41% -
XYZ 8.21 11.62 6.96 -
YUV 88.59 115.25 111.17 -
System Red Green Blue C M Y K H S L
Decimal 65 105 66 0.38 0 0.37 0.59 121.5 0.24 0.33
Hex 41 69 42 26 0 25 3B 7A 18 21
Octal 101 151 102 46 0 45 73 172 30 41
Binary 1000001 1101001 1000010 100110 0 100101 111011 1111010 11000 100001

Color Harmonies of #416942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416942

Black with #416942

Text Example


Text Example

White with #416942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416942; }

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

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

background-color css

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

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

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

border-color css

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

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

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