Html Css Color HEX #446141 Grey-Asparagus

📋 copy color: '#446141'

red 68 ◦ green 97 ◦ blue 65

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

Shades of Grey-Asparagus #446141

Tints of Grey-Asparagus #446141

RGB

 RED value IS 68 (26.95% from 255) = 29.57%

 GREEN value IS 97 (38.28% from 255) = 42.17%

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

R = 29.57%
G = 42.17%
B = 28.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#446141 (or 0x446141) is known color: Grey-Asparagus. HEX triplet: 44, 61 and 41. RGB value is (68,97,65). Sum of RGB (Red+Green+Blue) = 68+97+65=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #446141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446141 is #BB9EBE. Grayscale: #545454. Windows color (decimal): -12295871 or 4284740. OLE color: 4284740.

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

Color convert

RGB 68 97 65 -
CMYK 0.30 0 0.33 0.62
HSL 114.38º 0.2% 0.32% -
HSV(B) 114.38º 0.33% 0.38% -
XYZ 7.61 10.16 6.56 -
YUV 84.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 68 97 65 0.30 0 0.33 0.62 114.38 0.2 0.32
Hex 44 61 41 1E 0 21 3E 72 14 20
Octal 104 141 101 36 0 41 76 162 24 40
Binary 1000100 1100001 1000001 11110 0 100001 111110 1110010 10100 100000

Color Harmonies of #446141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446141

Black with #446141

Text Example


Text Example

White with #446141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446141; }

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

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

background-color css

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

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

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

border-color css

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

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

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