Html Css Color HEX #416041 Grey-Asparagus

📋 copy color: '#416041'

red 65 ◦ green 96 ◦ blue 65

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

Shades of Grey-Asparagus #416041

Tints of Grey-Asparagus #416041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.48%

 BLUE value IS 65 (25.78% from 255) = 28.76%

R = 28.76%
G = 42.48%
B = 28.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#416041 (or 0x416041) is known color: Grey-Asparagus. HEX triplet: 41, 60 and 41. RGB value is (65,96,65). Sum of RGB (Red+Green+Blue) = 65+96+65=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #416041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416041 is #BE9FBE. Grayscale: #535353. Windows color (decimal): -12492735 or 4284481. OLE color: 4284481.

HSL color Cylindrical-coordinate representation of color #416041: hue angle of 120º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #416041 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 65 -
CMYK 0.32 0 0.32 0.62
HSL 120º 0.19% 0.32% -
HSV(B) 120º 0.32% 0.38% -
XYZ 7.32 9.87 6.52 -
YUV 83.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 65 96 65 0.32 0 0.32 0.62 120 0.19 0.32
Hex 41 60 41 20 0 20 3E 78 13 20
Octal 101 140 101 40 0 40 76 170 23 40
Binary 1000001 1100000 1000001 100000 0 100000 111110 1111000 10011 100000

Color Harmonies of #416041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416041

Black with #416041

Text Example


Text Example

White with #416041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416041; }

 p { color: rgb(65,96,65); }

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

background-color css

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

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

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

border-color css

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

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

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