Html Css Color HEX #446042 Grey-Asparagus

📋 copy color: '#446042'

red 68 ◦ green 96 ◦ blue 66

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

Shades of Grey-Asparagus #446042

Tints of Grey-Asparagus #446042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.7%

R = 29.57%
G = 41.74%
B = 28.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#446042 (or 0x446042) is known color: Grey-Asparagus. HEX triplet: 44, 60 and 42. RGB value is (68,96,66). Sum of RGB (Red+Green+Blue) = 68+96+66=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #446042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446042 is #BB9FBD. Grayscale: #545454. Windows color (decimal): -12296126 or 4350020. OLE color: 4350020.

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

Color convert

RGB 68 96 66 -
CMYK 0.29 0 0.31 0.62
HSL 116º 0.19% 0.32% -
HSV(B) 116º 0.31% 0.38% -
XYZ 7.55 9.99 6.68 -
YUV 84.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 68 96 66 0.29 0 0.31 0.62 116 0.19 0.32
Hex 44 60 42 1D 0 1F 3E 74 13 20
Octal 104 140 102 35 0 37 76 164 23 40
Binary 1000100 1100000 1000010 11101 0 11111 111110 1110100 10011 100000

Color Harmonies of #446042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446042

Black with #446042

Text Example


Text Example

White with #446042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446042; }

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

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

background-color css

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

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

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

border-color css

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

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

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