Html Css Color HEX #466344 Grey-Asparagus

📋 copy color: '#466344'

red 70 ◦ green 99 ◦ blue 68

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

Shades of Grey-Asparagus #466344

Tints of Grey-Asparagus #466344

RGB

 RED value IS 70 (27.73% from 255) = 29.54%

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

 BLUE value IS 68 (26.95% from 255) = 28.69%

R = 29.54%
G = 41.77%
B = 28.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#466344 (or 0x466344) is known color: Grey-Asparagus. HEX triplet: 46, 63 and 44. RGB value is (70,99,68). Sum of RGB (Red+Green+Blue) = 70+99+68=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #466344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466344 is #B99CBB. Grayscale: #565656. Windows color (decimal): -12164284 or 4481862. OLE color: 4481862.

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

Color convert

RGB 70 99 68 -
CMYK 0.29 0 0.31 0.61
HSL 116.13º 0.19% 0.33% -
HSV(B) 116.13º 0.31% 0.39% -
XYZ 8.03 10.64 7.1 -
YUV 86.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 70 99 68 0.29 0 0.31 0.61 116.13 0.19 0.33
Hex 46 63 44 1D 0 1F 3D 74 13 21
Octal 106 143 104 35 0 37 75 164 23 41
Binary 1000110 1100011 1000100 11101 0 11111 111101 1110100 10011 100001

Color Harmonies of #466344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466344

Black with #466344

Text Example


Text Example

White with #466344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466344; }

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

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

background-color css

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

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

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

border-color css

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

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

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