Html Css Color HEX #446145 Grey-Asparagus

📋 copy color: '#446145'

red 68 ◦ green 97 ◦ blue 69

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

Shades of Grey-Asparagus #446145

Tints of Grey-Asparagus #446145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.49%

R = 29.06%
G = 41.45%
B = 29.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#446145 (or 0x446145) is known color: Grey-Asparagus. HEX triplet: 44, 61 and 45. RGB value is (68,97,69). Sum of RGB (Red+Green+Blue) = 68+97+69=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #446145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446145 is #BB9EBA. Grayscale: #555555. Windows color (decimal): -12295867 or 4546884. OLE color: 4546884.

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

Color convert

RGB 68 97 69 -
CMYK 0.30 0 0.29 0.62
HSL 122.07º 0.18% 0.32% -
HSV(B) 122.07º 0.3% 0.38% -
XYZ 7.73 10.21 7.19 -
YUV 85.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 68 97 69 0.30 0 0.29 0.62 122.07 0.18 0.32
Hex 44 61 45 1E 0 1D 3E 7A 12 20
Octal 104 141 105 36 0 35 76 172 22 40
Binary 1000100 1100001 1000101 11110 0 11101 111110 1111010 10010 100000

Color Harmonies of #446145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446145

Black with #446145

Text Example


Text Example

White with #446145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446145; }

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

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

background-color css

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

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

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

border-color css

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

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

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