Html Css Color HEX #446340 Grey-Asparagus

📋 copy color: '#446340'

red 68 ◦ green 99 ◦ blue 64

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

Shades of Grey-Asparagus #446340

Tints of Grey-Asparagus #446340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 29.44%
G = 42.86%
B = 27.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#446340 (or 0x446340) is known color: Grey-Asparagus. HEX triplet: 44, 63 and 40. RGB value is (68,99,64). Sum of RGB (Red+Green+Blue) = 68+99+64=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #446340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446340 is #BB9CBF. Grayscale: #555555. Windows color (decimal): -12295360 or 4219716. OLE color: 4219716.

HSL color Cylindrical-coordinate representation of color #446340: hue angle of 113.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #446340 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 99 64 -
CMYK 0.31 0 0.35 0.61
HSL 113.14º 0.21% 0.32% -
HSV(B) 113.14º 0.35% 0.39% -
XYZ 7.77 10.52 6.47 -
YUV 85.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 68 99 64 0.31 0 0.35 0.61 113.14 0.21 0.32
Hex 44 63 40 1F 0 23 3D 71 15 20
Octal 104 143 100 37 0 43 75 161 25 40
Binary 1000100 1100011 1000000 11111 0 100011 111101 1110001 10101 100000

Color Harmonies of #446340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446340

Black with #446340

Text Example


Text Example

White with #446340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446340; }

 p { color: rgb(68,99,64); }

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

background-color css

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

 a { background-color: rgb(68,99,64); }

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

border-color css

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

 span { border-color: rgb(68,99,64); }

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