Html Css Color HEX #446046 Grey-Asparagus

📋 copy color: '#446046'

red 68 ◦ green 96 ◦ blue 70

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

Shades of Grey-Asparagus #446046

Tints of Grey-Asparagus #446046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 29.06%
G = 41.03%
B = 29.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#446046 (or 0x446046) is known color: Grey-Asparagus. HEX triplet: 44, 60 and 46. RGB value is (68,96,70). Sum of RGB (Red+Green+Blue) = 68+96+70=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #446046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446046 is #BB9FB9. Grayscale: #545454. Windows color (decimal): -12296122 or 4612164. OLE color: 4612164.

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

Color convert

RGB 68 96 70 -
CMYK 0.29 0 0.27 0.62
HSL 124.29º 0.17% 0.32% -
HSV(B) 124.29º 0.29% 0.38% -
XYZ 7.67 10.04 7.33 -
YUV 84.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 68 96 70 0.29 0 0.27 0.62 124.29 0.17 0.32
Hex 44 60 46 1D 0 1B 3E 7C 11 20
Octal 104 140 106 35 0 33 76 174 21 40
Binary 1000100 1100000 1000110 11101 0 11011 111110 1111100 10001 100000

Color Harmonies of #446046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446046

Black with #446046

Text Example


Text Example

White with #446046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446046; }

 p { color: rgb(68,96,70); }

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

background-color css

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

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

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

border-color css

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

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

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