Html Css Color HEX #446245 Grey-Asparagus

📋 copy color: '#446245'

red 68 ◦ green 98 ◦ blue 69

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

Shades of Grey-Asparagus #446245

Tints of Grey-Asparagus #446245

RGB

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

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

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

R = 28.94%
G = 41.7%
B = 29.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#446245 (or 0x446245) is known color: Grey-Asparagus. HEX triplet: 44, 62 and 45. RGB value is (68,98,69). Sum of RGB (Red+Green+Blue) = 68+98+69=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #446245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446245 is #BB9DBA. Grayscale: #555555. Windows color (decimal): -12295611 or 4547140. OLE color: 4547140.

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

Color convert

RGB 68 98 69 -
CMYK 0.31 0 0.30 0.62
HSL 122º 0.18% 0.33% -
HSV(B) 122º 0.31% 0.38% -
XYZ 7.83 10.39 7.22 -
YUV 85.72 118.56 115.36 -
System Red Green Blue C M Y K H S L
Decimal 68 98 69 0.31 0 0.30 0.62 122 0.18 0.33
Hex 44 62 45 1F 0 1E 3E 7A 12 21
Octal 104 142 105 37 0 36 76 172 22 41
Binary 1000100 1100010 1000101 11111 0 11110 111110 1111010 10010 100001

Color Harmonies of #446245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446245

Black with #446245

Text Example


Text Example

White with #446245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446245; }

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

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

background-color css

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

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

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

border-color css

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

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

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