Html Css Color HEX #466745 Grey-Asparagus

📋 copy color: '#466745'

red 70 ◦ green 103 ◦ blue 69

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

Shades of Grey-Asparagus #466745

Tints of Grey-Asparagus #466745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.56%

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

R = 28.93%
G = 42.56%
B = 28.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#466745 (or 0x466745) is known color: Grey-Asparagus. HEX triplet: 46, 67 and 45. RGB value is (70,103,69). Sum of RGB (Red+Green+Blue) = 70+103+69=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #466745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466745 is #B998BA. Grayscale: #595959. Windows color (decimal): -12163259 or 4548422. OLE color: 4548422.

HSL color Cylindrical-coordinate representation of color #466745: hue angle of 118.24º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466745 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 69 -
CMYK 0.32 0 0.33 0.60
HSL 118.24º 0.2% 0.34% -
HSV(B) 118.24º 0.33% 0.4% -
XYZ 8.45 11.43 7.39 -
YUV 89.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 70 103 69 0.32 0 0.33 0.60 118.24 0.2 0.34
Hex 46 67 45 20 0 21 3C 76 14 22
Octal 106 147 105 40 0 41 74 166 24 42
Binary 1000110 1100111 1000101 100000 0 100001 111100 1110110 10100 100010

Color Harmonies of #466745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466745

Black with #466745

Text Example


Text Example

White with #466745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466745; }

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

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

background-color css

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

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

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

border-color css

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

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

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