Html Css Color HEX #465A46 Grey-Asparagus

📋 copy color: '#465A46'

red 70 ◦ green 90 ◦ blue 70

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

Shades of Grey-Asparagus #465A46

Tints of Grey-Asparagus #465A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

 BLUE value IS 70 (27.73% from 255) = 30.43%

R = 30.43%
G = 39.13%
B = 30.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#465A46 (or 0x465A46) is known color: Grey-Asparagus. HEX triplet: 46, 5A and 46. RGB value is (70,90,70). Sum of RGB (Red+Green+Blue) = 70+90+70=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #465A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A46 is #B9A5B9. Grayscale: #515151. Windows color (decimal): -12166586 or 4610630. OLE color: 4610630.

HSL color Cylindrical-coordinate representation of color #465A46: hue angle of 120º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A46 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 70 -
CMYK 0.22 0 0.22 0.65
HSL 120º 0.13% 0.31% -
HSV(B) 120º 0.22% 0.35% -
XYZ 7.29 9.06 7.16 -
YUV 81.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 70 90 70 0.22 0 0.22 0.65 120 0.13 0.31
Hex 46 5A 46 16 0 16 41 78 C 1F
Octal 106 132 106 26 0 26 101 170 14 37
Binary 1000110 1011010 1000110 10110 0 10110 1000001 1111000 1100 11111

Color Harmonies of #465A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A46

Black with #465A46

Text Example


Text Example

White with #465A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A46; }

 p { color: rgb(70,90,70); }

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

background-color css

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

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

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

border-color css

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

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

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