Html Css Color HEX #466542 Grey-Asparagus

📋 copy color: '#466542'

red 70 ◦ green 101 ◦ blue 66

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

Shades of Grey-Asparagus #466542

Tints of Grey-Asparagus #466542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

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

R = 29.54%
G = 42.62%
B = 27.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#466542 (or 0x466542) is known color: Grey-Asparagus. HEX triplet: 46, 65 and 42. RGB value is (70,101,66). Sum of RGB (Red+Green+Blue) = 70+101+66=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #466542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466542 is #B99ABD. Grayscale: #575757. Windows color (decimal): -12163774 or 4351302. OLE color: 4351302.

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

Color convert

RGB 70 101 66 -
CMYK 0.31 0 0.35 0.60
HSL 113.14º 0.21% 0.33% -
HSV(B) 113.14º 0.35% 0.4% -
XYZ 8.16 11 6.85 -
YUV 87.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 70 101 66 0.31 0 0.35 0.60 113.14 0.21 0.33
Hex 46 65 42 1F 0 23 3C 71 15 21
Octal 106 145 102 37 0 43 74 161 25 41
Binary 1000110 1100101 1000010 11111 0 100011 111100 1110001 10101 100001

Color Harmonies of #466542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466542

Black with #466542

Text Example


Text Example

White with #466542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466542; }

 p { color: rgb(70,101,66); }

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

background-color css

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

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

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

border-color css

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

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

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