Html Css Color HEX #416244 Grey-Asparagus

📋 copy color: '#416244'

red 65 ◦ green 98 ◦ blue 68

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

Shades of Grey-Asparagus #416244

Tints of Grey-Asparagus #416244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

 BLUE value IS 68 (26.95% from 255) = 29.44%

R = 28.14%
G = 42.42%
B = 29.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#416244 (or 0x416244) is known color: Grey-Asparagus. HEX triplet: 41, 62 and 44. RGB value is (65,98,68). Sum of RGB (Red+Green+Blue) = 65+98+68=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #416244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416244 is #BE9DBB. Grayscale: #545454. Windows color (decimal): -12492220 or 4481601. OLE color: 4481601.

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

Color convert

RGB 65 98 68 -
CMYK 0.34 0 0.31 0.62
HSL 125.45º 0.2% 0.32% -
HSV(B) 125.45º 0.34% 0.38% -
XYZ 7.59 10.28 7.05 -
YUV 84.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 65 98 68 0.34 0 0.31 0.62 125.45 0.2 0.32
Hex 41 62 44 22 0 1F 3E 7D 14 20
Octal 101 142 104 42 0 37 76 175 24 40
Binary 1000001 1100010 1000100 100010 0 11111 111110 1111101 10100 100000

Color Harmonies of #416244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416244

Black with #416244

Text Example


Text Example

White with #416244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416244; }

 p { color: rgb(65,98,68); }

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

background-color css

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

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

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

border-color css

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

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

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