Html Css Color HEX #466245 Grey-Asparagus

📋 copy color: '#466245'

red 70 ◦ green 98 ◦ blue 69

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

Shades of Grey-Asparagus #466245

Tints of Grey-Asparagus #466245

RGB

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

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

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

R = 29.54%
G = 41.35%
B = 29.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#466245 (or 0x466245) is known color: Grey-Asparagus. HEX triplet: 46, 62 and 45. RGB value is (70,98,69). Sum of RGB (Red+Green+Blue) = 70+98+69=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #466245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466245 is #B99DBA. Grayscale: #565656. Windows color (decimal): -12164539 or 4547142. OLE color: 4547142.

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

Color convert

RGB 70 98 69 -
CMYK 0.29 0 0.30 0.62
HSL 117.93º 0.17% 0.33% -
HSV(B) 117.93º 0.3% 0.38% -
XYZ 7.97 10.47 7.23 -
YUV 86.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 70 98 69 0.29 0 0.30 0.62 117.93 0.17 0.33
Hex 46 62 45 1D 0 1E 3E 76 11 21
Octal 106 142 105 35 0 36 76 166 21 41
Binary 1000110 1100010 1000101 11101 0 11110 111110 1110110 10001 100001

Color Harmonies of #466245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466245

Black with #466245

Text Example


Text Example

White with #466245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466245; }

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

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

background-color css

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

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

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

border-color css

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

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

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